Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031410AbWK3Uiw (ORCPT ); Thu, 30 Nov 2006 15:38:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031413AbWK3Uiw (ORCPT ); Thu, 30 Nov 2006 15:38:52 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:60884 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S1031407AbWK3Uiv (ORCPT ); Thu, 30 Nov 2006 15:38:51 -0500 Date: Thu, 30 Nov 2006 12:38:53 -0800 (PST) Message-Id: <20061130.123853.10298783.davem@davemloft.net> To: mingo@elte.hu Cc: johnpol@2ka.mipt.ru, nickpiggin@yahoo.com.au, wenji@fnal.gov, akpm@osdl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch 1/4] - Potential performance bottleneck for Linxu TCP From: David Miller In-Reply-To: <20061130203026.GD14696@elte.hu> References: <20061130103240.GA25733@elte.hu> <20061130.122258.68041055.davem@davemloft.net> <20061130203026.GD14696@elte.hu> X-Mailer: Mew version 4.2 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 782 Lines: 17 From: Ingo Molnar Date: Thu, 30 Nov 2006 21:30:26 +0100 > disk I/O is typically not CPU bound, and i believe these TCP tests /are/ > CPU-bound. Otherwise there would be no expiry of the timeslice to begin > with and the TCP receiver task would always be boosted to 'interactive' > status by the scheduler and would happily chug along at 500 mbits ... It's about the prioritization of the work. If all disk I/O were shut off and frozen while we copy file data into userspace, you'd see the same problem for disk I/O. - 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/