All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: track the queue count at unregistration
@ 2021-12-07 14:57 Antoine Tenart
  2021-12-07 14:57 ` [PATCH net-next 1/2] net-sysfs: update the queue counts in the unregistration path Antoine Tenart
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antoine Tenart @ 2021-12-07 14:57 UTC (permalink / raw)
  To: davem, kuba; +Cc: Antoine Tenart, alexander.duyck, netdev

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/

A patch fixing one issue linked to this was merged ealier,
https://lore.kernel.org/all/20211203101318.435618-1-atenart@kernel.org/T/

Thanks,
Antoine

Antoine Tenart (2):
  net-sysfs: update the queue counts in the unregistration path
  net-sysfs: warn if new queue objects are being created during device
    unregistration

 net/core/net-sysfs.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-09  2:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 14:57 [PATCH net-next 0/2] net: track the queue count at unregistration Antoine Tenart
2021-12-07 14:57 ` [PATCH net-next 1/2] net-sysfs: update the queue counts in the unregistration path Antoine Tenart
2021-12-07 14:57 ` [PATCH net-next 2/2] net-sysfs: warn if new queue objects are being created during device unregistration Antoine Tenart
2021-12-09  2:50 ` [PATCH net-next 0/2] net: track the queue count at unregistration patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.