From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next v2 4/5] netns: enable to specify a nsid for a get request Date: Thu, 22 Nov 2018 09:32:48 -0700 Message-ID: <18d2cdd7-79a4-fdb4-4faf-cdf21bea8193@gmail.com> References: <20181121110124.5501-1-nicolas.dichtel@6wind.com> <20181122155031.3495-1-nicolas.dichtel@6wind.com> <20181122155031.3495-5-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net To: Nicolas Dichtel Return-path: Received: from mail-io1-f66.google.com ([209.85.166.66]:46584 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404177AbeKWDM4 (ORCPT ); Thu, 22 Nov 2018 22:12:56 -0500 Received: by mail-io1-f66.google.com with SMTP id v10so1340164ios.13 for ; Thu, 22 Nov 2018 08:32:50 -0800 (PST) In-Reply-To: <20181122155031.3495-5-nicolas.dichtel@6wind.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 11/22/18 8:50 AM, Nicolas Dichtel wrote: > Combined with NETNSA_TARGET_NSID, it enables to "translate" a nsid from one > netns to a nsid of another netns. > This is useful when using NETLINK_F_LISTEN_ALL_NSID because it helps the > user to interpret a nsid received from an other netns. > > Signed-off-by: Nicolas Dichtel > --- > net/core/net_namespace.c | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: David Ahern