[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <063D6719AE5E284EB5DD2968C1650D6D1CB33707@AcuExch.aculab.com>
Date: Tue, 12 May 2015 11:48:54 +0000
From: David Laight <David.Laight@...LAB.COM>
To: "'Eric W. Biederman'" <ebiederm@...ssion.com>,
"davem@...emloft.net" <davem@...emloft.net>
CC: Ying Xue <ying.xue@...driver.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"cwang@...pensource.com" <cwang@...pensource.com>,
"xemul@...nvz.org" <xemul@...nvz.org>,
"eric.dumazet@...il.com" <eric.dumazet@...il.com>,
"maxk@....qualcomm.com" <maxk@....qualcomm.com>,
"stephen@...workplumber.org" <stephen@...workplumber.org>,
"tgraf@...g.ch" <tgraf@...g.ch>,
"nicolas.dichtel@...nd.com" <nicolas.dichtel@...nd.com>,
"tom@...bertland.com" <tom@...bertland.com>,
"jchapman@...alix.com" <jchapman@...alix.com>,
"erik.hugne@...csson.com" <erik.hugne@...csson.com>,
"jon.maloy@...csson.com" <jon.maloy@...csson.com>,
"horms@...ge.net.au" <horms@...ge.net.au>,
Herbert Xu <herbert@...dor.apana.org.au>
Subject: RE: [PATCH 2/6] net: Add a struct net parameter to sock_create_kern
From: Eric W. Biederman
> Sent: 12 May 2015 09:55
>
> On May 12, 2015 3:24:11 AM CDT, David Laight <David.Laight@...LAB.COM> wrote:
...
> >Wouldn't it involve far less churn to add a new function that uses a
> >non-default namespace?
>
> The goal is comprehensible and maintainable kernel code.
>
> Which network namespace your socket is in, is an important property and something you probably care
> about if you are creating kernel sockets.
That rather depends on whether you've anywhere to get a namespace from.
eg something like ceph/messenger.c
> Having a second function is more maintenance and results in harder to understand code. A major
> fraction of the callers even before this change wanted to be outside the initial network namespace.
A static inline in the header file wouldn't cause any maintenance issues.
David
Powered by blists - more mailing lists