Received: by oss.sgi.com id ; Mon, 19 Jun 2000 04:33:51 -0700 Received: from laurin.munich.netsurf.de ([194.64.166.1]:12236 "EHLO laurin.munich.netsurf.de") by oss.sgi.com with ESMTP id ; Mon, 19 Jun 2000 04:33:40 -0700 Received: from fred.muc.de (none@ns1108.munich.netsurf.de [195.180.235.108]) by laurin.munich.netsurf.de (8.9.3/8.9.3) with ESMTP id NAA07735; Mon, 19 Jun 2000 13:33:26 +0200 (MET DST) Received: from andi by fred.muc.de with local (Exim 2.05 #1) id 133znx-0000IH-00; Mon, 19 Jun 2000 13:33:25 +0200 Date: Mon, 19 Jun 2000 13:33:25 +0200 From: Andi Kleen To: Andrew Morton Cc: Alan Cox , "David S. Miller" , netdev@oss.sgi.com, kuznet@ms2.inr.ac.ru, Andi Kleen Subject: Re: [patch] TCP throughput after 2.2.17-pre1 Message-ID: <20000619133325.A1126@fred.muc.de> References: <394DFCD5.41FCD467@uow.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4us In-Reply-To: <394DFCD5.41FCD467@uow.edu.au>; from Andrew Morton on Mon, Jun 19, 2000 at 12:54:55PM +0200 Sender: owner-netdev@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;netdev-outgoing On Mon, Jun 19, 2000 at 12:54:55PM +0200, Andrew Morton wrote: > Andi's patch works for me. I've attached the 2.2.17-pre4 version here. > > Alan Cox wrote: > > > > and also > > the new code path waking on the socket kfreeing a buffer. > > He didn't appear to do that bit. It just polls. It does actually. The schedule_timeout(1) will be woken earlier with the kfree_skb wakeup. -Andi