From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next v2 2/5] netns: introduce 'struct net_fill_args' Date: Thu, 22 Nov 2018 09:23:45 -0700 Message-ID: <5e223203-7b67-0271-3330-d8165dc31d89@gmail.com> References: <20181121110124.5501-1-nicolas.dichtel@6wind.com> <20181122155031.3495-1-nicolas.dichtel@6wind.com> <20181122155031.3495-3-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-it1-f196.google.com ([209.85.166.196]:53565 "EHLO mail-it1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404206AbeKWDDv (ORCPT ); Thu, 22 Nov 2018 22:03:51 -0500 Received: by mail-it1-f196.google.com with SMTP id g85so14831538ita.3 for ; Thu, 22 Nov 2018 08:23:47 -0800 (PST) In-Reply-To: <20181122155031.3495-3-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: > This is a preparatory work. To avoid having to much arguments for the > function rtnl_net_fill(), a new structure is defined. > > Signed-off-by: Nicolas Dichtel > --- > net/core/net_namespace.c | 48 ++++++++++++++++++++++++++++------------ > 1 file changed, 34 insertions(+), 14 deletions(-) > Reviewed-by: David Ahern