netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net: ethtool: reduce RTNL pressure in dev_ethtool()
@ 2024-06-20 11:47 Eric Dumazet
  2024-06-20 11:47 ` [PATCH net-next 1/6] net: ethtool: grab a netdev reference " Eric Dumazet
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Eric Dumazet @ 2024-06-20 11:47 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: Ziwei Xiao, Praveen Kaligineedi, Harshitha Ramamurthy,
	Willem de Bruijn, Jeroen de Borst, Shailend Chand, netdev,
	eric.dumazet, Eric Dumazet

This series is inspired by Jakub feedback for one gve patch :

https://lore.kernel.org/lkml/20240614192721.02700256@kernel.org/

Refactor dev_ethtool() and start to implement parallel operations.

Eric Dumazet (6):
  net: ethtool: grab a netdev reference in dev_ethtool()
  net: ethtool: add dev_ethtool_cap_check()
  net: ethtool: perform pm duties outside of rtnl lock
  net: ethtool: call ethtool_get_one_feature() without RTNL
  net: ethtool: implement lockless ETHTOOL_GFLAGS
  net: ethtool: add the ability to run ethtool_[gs]et_rxnfc() without
    RTNL

 include/linux/ethtool.h |   2 +
 net/core/dev.c          |  10 +--
 net/ethtool/ioctl.c     | 159 ++++++++++++++++++++++++----------------
 3 files changed, 101 insertions(+), 70 deletions(-)

-- 
2.45.2.627.g7a2c4fd464-goog


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

end of thread, other threads:[~2024-06-21  4:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 11:47 [PATCH net-next 0/6] net: ethtool: reduce RTNL pressure in dev_ethtool() Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 1/6] net: ethtool: grab a netdev reference " Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 2/6] net: ethtool: add dev_ethtool_cap_check() Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 3/6] net: ethtool: perform pm duties outside of rtnl lock Eric Dumazet
2024-06-21  0:22   ` Jakub Kicinski
2024-06-21  0:59     ` Andrew Lunn
2024-06-21  2:11       ` Jakub Kicinski
2024-06-21  4:16     ` Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 4/6] net: ethtool: call ethtool_get_one_feature() without RTNL Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 5/6] net: ethtool: implement lockless ETHTOOL_GFLAGS Eric Dumazet
2024-06-20 11:47 ` [PATCH net-next 6/6] net: ethtool: add the ability to run ethtool_[gs]et_rxnfc() without RTNL Eric Dumazet
2024-06-20 17:45   ` Willem de Bruijn
2024-06-20 18:29     ` Eric Dumazet
2024-06-20 17:58 ` [PATCH net-next 0/6] net: ethtool: reduce RTNL pressure in dev_ethtool() Willem de Bruijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).