All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v2 0/7] eth: intel: migrate to new RXFH callbacks
@ 2025-06-14 18:09 ` Jakub Kicinski
  0 siblings, 0 replies; 34+ messages in thread
From: Jakub Kicinski @ 2025-06-14 18:09 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, intel-wired-lan,
	anthony.l.nguyen, przemyslaw.kitszel, jacob.e.keller,
	michal.swiatkowski, joe, Jakub Kicinski

Migrate Intel drivers to the recently added dedicated .get_rxfh_fields
and .set_rxfh_fields ethtool callbacks.

Note that I'm deleting all the boilerplate kdoc from the affected
functions in the more recent drivers. If the maintainers feel strongly
I can respin and add it back, but it really feels useless and undue
burden for refactoring. No other vendor does this.

v2:
 - fix missing change to ops struct in ixgbe
v1: https://lore.kernel.org/20250613010111.3548291-1-kuba@kernel.org

Jakub Kicinski (7):
  eth: igb: migrate to new RXFH callbacks
  eth: igc: migrate to new RXFH callbacks
  eth: ixgbe: migrate to new RXFH callbacks
  eth: fm10k: migrate to new RXFH callbacks
  eth: i40e: migrate to new RXFH callbacks
  eth: ice: migrate to new RXFH callbacks
  eth: iavf: migrate to new RXFH callbacks

 .../net/ethernet/intel/fm10k/fm10k_ethtool.c  | 34 ++++-------
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 38 +++++-------
 .../net/ethernet/intel/iavf/iavf_ethtool.c    | 52 ++++------------
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 59 ++++++-------------
 drivers/net/ethernet/intel/igb/igb_ethtool.c  | 20 +++----
 drivers/net/ethernet/intel/igc/igc_ethtool.c  | 18 +++---
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  | 22 +++----
 7 files changed, 85 insertions(+), 158 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-17  1:40 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14 18:09 [Intel-wired-lan] [PATCH net-next v2 0/7] eth: intel: migrate to new RXFH callbacks Jakub Kicinski
2025-06-14 18:09 ` Jakub Kicinski
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 1/7] eth: igb: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 2/7] eth: igc: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:23   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:23     ` Joe Damato
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 3/7] eth: ixgbe: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:25   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:25     ` Joe Damato
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 4/7] eth: fm10k: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:27   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:27     ` Joe Damato
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 5/7] eth: i40e: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:30   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:30     ` Joe Damato
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 6/7] eth: ice: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:33   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:33     ` Joe Damato
2025-06-14 18:09 ` [Intel-wired-lan] [PATCH net-next v2 7/7] eth: iavf: " Jakub Kicinski
2025-06-14 18:09   ` Jakub Kicinski
2025-06-16 15:35   ` [Intel-wired-lan] " Joe Damato
2025-06-16 15:35     ` Joe Damato
2025-06-16 17:40 ` [Intel-wired-lan] [PATCH net-next v2 0/7] eth: intel: " Tony Nguyen
2025-06-16 17:40   ` Tony Nguyen
2025-06-16 18:25 ` [Intel-wired-lan] " Keller, Jacob E
2025-06-16 18:25   ` Keller, Jacob E
2025-06-17  1:40 ` [Intel-wired-lan] " patchwork-bot+netdevbpf
2025-06-17  1:40   ` 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.