From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: dev_forward_skb(): Scrub packet's per-netns info only when crossing netns Date: Tue, 20 Mar 2018 10:47:59 -0400 (EDT) Message-ID: <20180320.104759.796804827689233281.davem@davemloft.net> References: <1520953642-8145-1-git-send-email-liran.alon@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, idan.brown@oracle.com, yuval.shaia@oracle.com To: liran.alon@oracle.com Return-path: In-Reply-To: <1520953642-8145-1-git-send-email-liran.alon@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Liran Alon Date: Tue, 13 Mar 2018 17:07:22 +0200 > Before this commit, dev_forward_skb() always cleared packet's > per-network-namespace info. Even if the packet doesn't cross > network namespaces. There was a lot of discussion about this patch. Particularly whether it could potentially break current users or not. If this is resolved and the patch should still be applied, please repost and the folks involved in this dicussion should add their ACKs. Thanks.