Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759615AbYCCUMB (ORCPT ); Mon, 3 Mar 2008 15:12:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755178AbYCCULt (ORCPT ); Mon, 3 Mar 2008 15:11:49 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54085 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754165AbYCCULs convert rfc822-to-8bit (ORCPT ); Mon, 3 Mar 2008 15:11:48 -0500 Date: Mon, 03 Mar 2008 12:11:29 -0800 (PST) Message-Id: <20080303.121129.183509475.davem@davemloft.net> To: ilpo.jarvinen@helsinki.fi Cc: guichaz@gmail.com, akpm@linux-foundation.org, ray-lk@madrabbit.org, cw@f00f.org, giangiacomo_mariotti@yahoo.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-2.6] [TCP]: Must count fack_count also when skipping From: David Miller In-Reply-To: References: X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 24 From: "Ilpo_J?rvinen" Date: Mon, 3 Mar 2008 15:53:12 +0200 (EET) > [PATCH net-2.6] [TCP]: Must count fack_count also when skipping > > It makes fackets_out to grow too slowly compared with the > real write queue. > > This shouldn't cause those BUG_TRAP(packets <= tp->packets_out) > to trigger but how knows how such inconsistent fackets_out > affects here and there around TCP when everything is nowadays > assuming accurate fackets_out. So lets see if this silences > them all. > > Reported by Guillaume Chazarain . > > Signed-off-by: Ilpo J?rvinen Applied, thanks Ilpo. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/