From owner-freebsd-current@FreeBSD.ORG Wed Oct 3 10:21:14 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F84316A46D for ; Wed, 3 Oct 2007 10:21:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 63C2E13C4BD for ; Wed, 3 Oct 2007 10:21:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so8552607pyb for ; Wed, 03 Oct 2007 03:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SEOqF/W5a6sUPsSV/mAKfWdNFSamgIEAr+PAAfVYu0Q=; b=M7JeAjZiCYa0GgVK0HgQs9vQqS4jDrQYHlpZ4Fp6PXlW2atYJ/ZGnVG5i2itUUVmUN0GBedz0yXWOLLA4etE++buqtmakLfYyA8TglbjnVZUoylexwjCRIRzn3CdFgzdKMPMK9JcUr56zr+rSYURoXbXf5BrxGeBIAmSYivVdl0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O16CnpTjOXU6J1JKTA90RphioguCib4gPM0eIftBdTZwbgt+xwP0gObKSPvsWy82WeQWoQLZlbi+1vEkRoQoVr2oLrr13utRIKCazodfXon4E0xTwx+KQ87rYhusYivJq3MEtQbJ8PYFkomgJ3DIjlIYfVSEs1GNCf500GyY6Ns= Received: by 10.64.210.3 with SMTP id i3mr4663650qbg.1191406868696; Wed, 03 Oct 2007 03:21:08 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 3 Oct 2007 03:21:08 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 10:21:08 +0000 From: "Aryeh Friedman" To: "Remko Lodder" In-Reply-To: <47036C53.6050703@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47036C53.6050703@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: test drive results of ule patch + re(3) patch [hand crafted by maintainer for my system] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 10:21:14 -0000 On 10/3/07, Remko Lodder wrote: > Aryeh Friedman wrote: > > After installing the both patchs (the re(3) can be found at > > http://people.freebsd.org/~yongari/re/re.HEAD.patch): > > > > In general it seems to be working well with only one possible issue (I > > don't think it is either patch): > > > > * Some sites take a long time or do not complete load in firefox 2.0.0.7 > > > > Uname -a: > > > > FreeBSD monsert 7.0-CURRENT FreeBSD 7.0-CURRENT #13: Tue Oct 2 > > 21:17:29 UTC 2007 aryeh@monsert:/usr/obj/usr/src/sys/GENERIC > > amd64 > > > > kernel has DEVICE_POLLING and IPI_PREEMPTION running on a E6850/4gig > > From what I know you should not use DEVICE_POLLING at all. I had it turned on for some re(3) issues that I think may have been solved as of the last patch so the next time I do a kernel rebuild I will remove it.