Re: [PATCH v1 net-next 0/2] pfcp: Support per-netns device unregistration.
Simon Horman <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 31, 2026 at 10:43:39PM +0000, Kuniyuki Iwashima wrote: > Patch 1 adds a per-netns mutex for pfcp_net.pfcp_dev_list. > > Patch 2 supports per-netns netdev unreg by using > unregister_netdevice_queue_net(). > > > Kuniyuki Iwashima (2): > pfcp: Protect pfcp_net.pfcp_dev_list with mutex. > pfcp: Support per-netns netdev unregistration. For the series: Reviewed-by: Simon Horman <[email protected]> ...