From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [Xen-devel] [PATCH RFC] tcp: Allow sk_wmem_alloc to exceed sysctl_tcp_limit_output_bytes Date: Wed, 15 Apr 2015 15:36:23 +0100 Message-ID: <1429108583.15516.304.camel@citrix.com> References: <1427388414-31077-1-git-send-email-jonathan.davies@citrix.com> <1427390070.25985.145.camel@edumazet-glaptop2.roam.corp.google.com> <551555E3.80205@citrix.com> <552BC899.8090300@citrix.com> <1428933925.3834.6.camel@edumazet-glaptop2.roam.corp.google.com> <552BDAC6.2020708@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Malcolm Crossley , Jonathan Davies , Wei Liu , Eric Dumazet , Hideaki YOSHIFUJI , netdev , James Morris , Patrick McHardy , David Vrabel , Alexey Kuznetsov , xen-devel , "Boris Ostrovsky" , "David S. Miller" To: George Dunlap Return-path: Received: from smtp.citrix.com ([66.165.176.89]:28818 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013AbbDOOgc (ORCPT ); Wed, 15 Apr 2015 10:36:32 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 2015-04-15 at 15:19 +0100, George Dunlap wrote: > On Mon, Apr 13, 2015 at 4:03 PM, Malcolm Crossley [...] > > From a networking point of view, the backend is a switch. Is it OK to > > consider the packet to have been transmitted from the guest point of > > view once the backend is aware of the packet? > > > > This would help justify the skb_orphan() in the frontend. > > This sounds sensible to me, particularly if virtio_net is already doing it. I also find Malcolm's argument above pretty compelling. Ian.