Re: [PATCH net-next 11/11] netdev-genl: remove rtnl_lock protection from NAPI ops
From: Eric Dumazet <edumazet@google.com> Date: 2025-01-14 13:25:21
On Tue, Jan 14, 2025 at 4:51 AM Jakub Kicinski [off-list ref] wrote:
NAPI lifetime, visibility and config are all fully under
netdev_lock protection now.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Very nice series Jakub, thanks a lot.
Hopefully we can use this per device lock in more contexts soon (ethtool...)
Reviewed-by: Eric Dumazet <edumazet@google.com>