From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Drake Subject: Re: 2.6.17 regression: Very slow net transfer from some hosts Date: Tue, 11 Apr 2006 21:53:12 +0100 Message-ID: <443C1738.20605@gentoo.org> References: <443C03E6.7080202@gentoo.org> <443C024C.2070107@psc.edu> <443C0B74.50305@gentoo.org> <443C09A7.2040900@psc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: To: John Heffner In-Reply-To: <443C09A7.2040900@psc.edu> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org John Heffner wrote: >> tcp_wmem: 4096 16384 131072 >> tcp_rmem: 4096 87380 174760 >> tcp_mem: 98304 131072 196608 > > These are (I assume) with the patch reversed. What are the values with > the patch applied? Yes- that was on a good kernel, with the patch reversed. On a bad kernel, with the patch applied (2.6.16-git16): tcp_wmem: 4096 16384 4194304 tcp_rmem: 4096 87380 4194304 tcp_mem: 98304 131072 196608 They seem to be identical, which makes sense, since most websites work just fine. I am sending tcpdump's privately to you and Stephen. If anyone else wants to see them, just ask. Daniel