Re: [PATCH net-2.6] [TCP]: Must count fack_count also when skipping
From: David Miller <davem@davemloft.net>
Date: 2008-03-03 20:12:01
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2008-03-03 20:12:01
Also in:
lkml
From: "Ilpo_Järvinen" <redacted> 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 [off-list ref]. Signed-off-by: Ilpo Järvinen <redacted>
Applied, thanks Ilpo.