From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933389AbXBBMVn (ORCPT ); Fri, 2 Feb 2007 07:21:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933387AbXBBMVn (ORCPT ); Fri, 2 Feb 2007 07:21:43 -0500 Received: from ns2.suse.de ([195.135.220.15]:45861 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933386AbXBBMVm (ORCPT ); Fri, 2 Feb 2007 07:21:42 -0500 To: Ingo Molnar Cc: Zach Brown , linux-kernel@vger.kernel.org, linux-aio@kvack.org, Suparna Bhattacharya , Benjamin LaHaise , Linus Torvalds Subject: Re: [PATCH 2 of 4] Introduce i386 fibril scheduling References: <20070201083611.GC18233@elte.hu> <20070201130234.GA15257@elte.hu> From: Andi Kleen Date: 02 Feb 2007 14:22:16 +0100 In-Reply-To: <20070201130234.GA15257@elte.hu> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar writes: > and for one of the most important IO > disciplines, networking, that is reality already. Not 100% -- a few things in TCP/IP at least are blocking still. Mostly relatively obscure things though. Also the sockets model is currently incompatible with direct zero-copy RX/TX, which needs fixing. -Andi