[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250221154751.54318ae5@kernel.org>
Date: Fri, 21 Feb 2025 15:47:51 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Xiao Liang <shaw.leon@...il.com>
Cc: netdev@...r.kernel.org, linux-kselftest@...r.kernel.org, Kuniyuki
Iwashima <kuniyu@...zon.com>, "David S. Miller" <davem@...emloft.net>,
David Ahern <dsahern@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Paolo
Abeni <pabeni@...hat.com>, Andrew Lunn <andrew+netdev@...n.ch>, Simon
Horman <horms@...nel.org>, Shuah Khan <shuah@...nel.org>, Donald Hunter
<donald.hunter@...il.com>, Alexander Aring <alex.aring@...il.com>, Stefan
Schmidt <stefan@...enfreihafen.org>, Miquel Raynal
<miquel.raynal@...tlin.com>, Steffen Klassert
<steffen.klassert@...unet.com>, Herbert Xu <herbert@...dor.apana.org.au>,
linux-rdma@...r.kernel.org, linux-can@...r.kernel.org,
osmocom-net-gprs@...ts.osmocom.org, bpf@...r.kernel.org,
linux-ppp@...r.kernel.org, wireguard@...ts.zx2c4.com,
linux-wireless@...r.kernel.org, b.a.t.m.a.n@...ts.open-mesh.org,
bridge@...ts.linux.dev, linux-wpan@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v10 00/13] net: Improve netns handling in
rtnetlink
On Wed, 19 Feb 2025 20:50:26 +0800 Xiao Liang wrote:
> Patch 01 avoids link name conflict in different netns.
>
> To achieve 2), there're mainly 3 steps:
>
> - Patch 02 packs newlink() parameters into a struct, including
> the original "src_net" along with more netns context. No semantic
> changes are introduced.
> - Patch 03 ~ 09 converts device drivers to use the explicit netns
> extracted from params.
> - Patch 10 ~ 11 removes the old netns parameter, and converts
> rtnetlink to create device in target netns directly.
>
> Patch 12 ~ 13 adds some tests for link name and link netns.
Nice work, thank you!
Powered by blists - more mailing lists