Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sun, 13 Oct 2024 10:15:24 +0300 you wrote:
PACKET socket can retain its fanout membership through link down and up and leave a fanout while closed regardless of link state. However, socket was forbidden from joining a fanout while it was not RUNNING.
This scenario was identified while studying DPDK pmd_af_packet_drv. Since sockets are only created during initialization, there is no reason to fail the initialization if a single link is temporarily down.
[...]
Here is the summary with links: - [net-next,v04,1/3] af_packet: allow fanout_add when socket is not RUNNING https://git.kernel.org/netdev/net-next/c/2cee3e6e2e4b - [net-next,v04,2/3] selftests: net/psock_fanout: socket joins fanout when link is down https://git.kernel.org/netdev/net-next/c/9317e8933e27 - [net-next,v04,3/3] selftests: net/psock_fanout: unbound socket fanout https://git.kernel.org/netdev/net-next/c/7ec02a3aef05
You are awesome, thank you!