public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] eth: migrate more drivers to new RXFH callbacks
@ 2025-06-17  1:48 Jakub Kicinski
  2025-06-17  1:48 ` [PATCH net-next 1/5] eth: niu: migrate " Jakub Kicinski
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Jakub Kicinski @ 2025-06-17  1:48 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, madalin.bucur,
	ioana.ciornei, marcin.s.wojtas, bh74.an, Jakub Kicinski

Migrate a batch of drivers to the recently added dedicated
.get_rxfh_fields and .set_rxfh_fields ethtool callbacks.

Jakub Kicinski (5):
  eth: niu: migrate to new RXFH callbacks
  eth: mvpp2: migrate to new RXFH callbacks
  eth: dpaa: migrate to new RXFH callbacks
  eth: dpaa2: migrate to new RXFH callbacks
  eth: sxgbe: migrate to new RXFH callbacks

 .../net/ethernet/marvell/mvpp2/mvpp2_cls.h    |  6 ++-
 .../ethernet/freescale/dpaa/dpaa_ethtool.c    | 44 +++---------------
 .../ethernet/freescale/dpaa2/dpaa2-ethtool.c  | 36 ++++++++++-----
 .../net/ethernet/marvell/mvpp2/mvpp2_cls.c    |  6 ++-
 .../net/ethernet/marvell/mvpp2/mvpp2_main.c   | 31 ++++++++++---
 .../ethernet/samsung/sxgbe/sxgbe_ethtool.c    | 45 +++----------------
 drivers/net/ethernet/sun/niu.c                | 17 +++----
 7 files changed, 80 insertions(+), 105 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-18 20:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17  1:48 [PATCH net-next 0/5] eth: migrate more drivers to new RXFH callbacks Jakub Kicinski
2025-06-17  1:48 ` [PATCH net-next 1/5] eth: niu: migrate " Jakub Kicinski
2025-06-17 19:20   ` Joe Damato
2025-06-17  1:48 ` [PATCH net-next 2/5] eth: mvpp2: " Jakub Kicinski
2025-06-17 19:24   ` Joe Damato
2025-06-17  1:48 ` [PATCH net-next 3/5] eth: dpaa: " Jakub Kicinski
2025-06-17 19:26   ` Joe Damato
2025-06-17  1:48 ` [PATCH net-next 4/5] eth: dpaa2: " Jakub Kicinski
2025-06-17 19:27   ` Joe Damato
2025-06-17  1:48 ` [PATCH net-next 5/5] eth: sxgbe: " Jakub Kicinski
2025-06-17 19:29   ` Joe Damato
2025-06-18 20:30 ` [PATCH net-next 0/5] eth: migrate more drivers " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox