[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aae3fa15-598b-342d-20c7-23ed4b9faf84@gmail.com>
Date: Tue, 26 Jun 2018 16:53:55 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Cong Wang <xiyou.wangcong@...il.com>,
Flavio Leitner <fbl@...hat.com>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Paolo Abeni <pabeni@...hat.com>,
David Miller <davem@...emloft.net>,
Florian Westphal <fw@...len.de>,
NetFilter <netfilter-devel@...r.kernel.org>
Subject: Re: [PATCH net-next] net: preserve sock reference when scrubbing the
skb.
On 06/26/2018 03:47 PM, Cong Wang wrote:
>
> You need to justify why you want to break the TSQ's scope here,
> which is obviously not compatible with netns design.
You have to explain why you do not want us to fix this buggy behavior.
Right now TSQ (and more generally back pressure) is broken by this skb_orphan()
So we want to restore TSQ (and back pressure)
TSQ scope never mentioned netns.
We (TCP stack TSQ handler) want to be notified when this packet leaves the host,
even if it had to traverse multiple netns (for whatever reasons).
_If_ a packet is locally 'consumed' (like on loopback device, or veth pair),
then the skb_orphan() will automatically be done.
If you have a case where this skb_orphan() is needed, please add it at the needed place.
Powered by blists - more mailing lists