Message ID | 20211207145725.352657-1-atenart@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: track the queue count at unregistration | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 7 Dec 2021 15:57:23 +0100 you wrote: > Hello, > > Those two patches allow to track the Rx and Tx queue count at > unregistration and help in detecting illegal addition of Tx queues after > unregister (a warning is added). > > This follows discussions on the following thread, > https://lore.kernel.org/all/20211122162007.303623-1-atenart@kernel.org/T/ > > [...] Here is the summary with links: - [net-next,1/2] net-sysfs: update the queue counts in the unregistration path https://git.kernel.org/netdev/net-next/c/d7dac083414e - [net-next,2/2] net-sysfs: warn if new queue objects are being created during device unregistration https://git.kernel.org/netdev/net-next/c/5f1c802ca69b You are awesome, thank you!