Re: [PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency

2025-06-18 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 16 Jun 2025 09:21:11 -0700 you wrote: > Recently bnxt had to grow back a bunch of rtnl dependencies because > of udp_tunnel's infra. Add separate (global) mutext to protect > udp_tunnel state. > > v5: > - re

[PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency

2025-06-16 Thread Stanislav Fomichev
Recently bnxt had to grow back a bunch of rtnl dependencies because of udp_tunnel's infra. Add separate (global) mutext to protect udp_tunnel state. v5: - remove unused variable (l...@intel.com) v4: - grab lock in more places, specifically netlink and notifiers (Jakub) - convert geneve and vxlan