Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758787AbYLSWM2 (ORCPT ); Fri, 19 Dec 2008 17:12:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757425AbYLSWEz (ORCPT ); Fri, 19 Dec 2008 17:04:55 -0500 Received: from netgear.net.ru ([195.178.208.66]:47068 "EHLO tservice.net.ru" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752048AbYLSWEx (ORCPT ); Fri, 19 Dec 2008 17:04:53 -0500 Date: Sat, 20 Dec 2008 01:04:52 +0300 From: Evgeniy Polyakov To: Jeremy Fitzhardinge Cc: Vladislav Bolkhovitin , linux-scsi@vger.kernel.org, James Bottomley , Andrew Morton , FUJITA Tomonori , Mike Christie , Jeff Garzik , Boaz Harrosh , Linus Torvalds , linux-kernel@vger.kernel.org, scst-devel@lists.sourceforge.net, Bart Van Assche , "Nicholas A. Bellinger" , netdev@vger.kernel.org, Rusty Russell , Herbert Xu , David Miller Subject: Re: [PATCH][RFC 23/23]: Support for zero-copy TCP transmit of user space data Message-ID: <20081219220452.GB704@ioremap.net> References: <494009D7.4020602@vlnb.net> <494012C4.7090304@vlnb.net> <494C0255.8010208@goop.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <494C0255.8010208@goop.org> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 27 On Fri, Dec 19, 2008 at 12:21:41PM -0800, Jeremy Fitzhardinge (jeremy@goop.org) wrote: > I think Rusty has a patch to put some kind of put notifier in struct > skb_shared_info, but I'm not sure of the details. Yes, he added destructor callback into shared info. There maybe a problem though, if iscsi will run over xen network, but in this case xen may copy the data, or iscsi may do that after determining that underlying network device does not allow shared info destructor (vis device/route flag for example). > Wouldn't you only need to do the lookup on the last put? > > An external lookup table might well for for us, if the net_put_page() > change is acceptable to the network folk. That sounds like the best solution for this problem. David, will you accept shared info destructor? And second fraglist? (Put to the new line to easily say no here :) -- Evgeniy Polyakov -- 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/