From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: [patch] voluntary-preempt-2.6.9-rc1-bk4-Q8 Date: Thu, 2 Sep 2004 08:55:49 +0200 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20040902065549.GA18860@elte.hu> References: <20040902063335.GA17657@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20040902063335.GA17657@elte.hu> To: Mark_H_Johnson@raytheon.com Cc: "K.R. Foley" , linux-kernel , Felipe Alfaro Solana , Daniel Schmitt , Lee Revell , alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org i've released the -Q8 patch: http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc1-bk4-Q8 ontop of: http://redhat.com/~mingo/voluntary-preempt/diff-bk-040828-2.6.8.1.bz2 this release fixes an artificial 0-1msec delay between hardirq arrival and softirq invocation. This should solve some of the ALSA artifacts reported by Mark H Johnson. It should also solve the rtl8139 problems - i've put such a card into a testbox and with -Q7 i had similar packet latency problems while with -Q8 it works just fine. So netdev_backlog_granularity is still a value of 1 in -Q8, please check whether the networking problems (bootup and service startup and latency) problems are resolved. (and increase this value in case there are still problems.) Ingo