From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [Ksummit-2005-discuss] Summary of 2005 Kernel Summit Proposed Topics Date: 31 Mar 2005 13:45:19 +0200 Message-ID: <20050331114519.GN24804@muc.de> References: <20050330161522.GH32111@g5.random> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: open-iscsi@googlegroups.com, "'jamal'" , "'Dmitry Yusupov'" , "'James Bottomley'" , "'Rik van Riel'" , mpm@selenic.com, michaelc@cs.wisc.edu, ksummit-2005-discuss@thunk.org, "'netdev'" Return-path: Date: Thu, 31 Mar 2005 13:45:19 +0200 To: Alex Aizman Content-Disposition: inline Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Wed, Mar 30, 2005 at 11:28:07AM -0800, Alex Aizman wrote: > > Andrea Arcangeli wrote: > > > > All I care about is to assign a mempool ID to the skb (ID > > being unique identifier for the tcp connection I don't care > > how the implementation is). > > It makes sense to provide an API for the NIC driver to allocate skb from the That would pretty much need all of the infrastructure for zero copy RX - add all the hooks to update the device driver on local socket hashtable updates. I am sure we will need it at some point and it makes sense, but I suspect it is quite complex work. -Andi