From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 11:54:19 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B76C16A41C for ; Wed, 8 Jun 2005 11:54:19 +0000 (GMT) (envelope-from tlpbsd@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE1243D55 for ; Wed, 8 Jun 2005 11:54:17 +0000 (GMT) (envelope-from tlpbsd@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so299359wra for ; Wed, 08 Jun 2005 04:54:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nv1+I4MOcG3urPxKa9CWWO+BTsWVz72Sch4M/mKIS4hZfCFEN5+kyRYPjJKtCxnJ0rLRCeXBHCypGZzbGzvKdULlx+dkrn9v2/KRBjCTSnkl/IxI1PEk01JSEQHpZF6TFhhu4IJYnBGh3sVHeyt4q3knpLCqw59IVBc9Z40ItpE= Received: by 10.54.71.17 with SMTP id t17mr4491116wra; Wed, 08 Jun 2005 04:54:16 -0700 (PDT) Received: by 10.54.37.6 with HTTP; Wed, 8 Jun 2005 04:54:16 -0700 (PDT) Message-ID: <9533da6c05060804542aa62382@mail.gmail.com> Date: Wed, 8 Jun 2005 04:54:16 -0700 From: Travis Poppe To: Simon Barner In-Reply-To: <20050608104844.GA24060@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050607210453.S16943@mail.chesapeake.net> <20050608104844.GA24060@zi025.glhnet.mhn.de> Cc: Jeff Roberson , current@freebsd.org Subject: Re: Sound skipping problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Travis Poppe List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 11:54:19 -0000 On 6/8/05, Simon Barner wrote: > Jeff Roberson wrote: > > I have a patch that should greatly improve the sound skipping problems > > people have under heavy io load. Several people sent me traces that > > showed the buf daemon running for hundreds of milliseconds with Giant > > held, which can hold up the pcm code. The patch is available at: > > > > http://www.chesapeake.net/~jroberson/flushbuf.diff >=20 > [...] >=20 > Can I use the patch on 5.4-STABLE? It applies cleanly (with offset, > though), but I prefer to ask before doing useless tests. >=20 > Simon I tried this patch on 5.4-RELEASE and it caused audio playback to halt under heavy I/O load (extracting firefox). Other odd system behavior was also present. -Travis Poppe