netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks
@ 2025-06-18 20:38 Jakub Kicinski
  2025-06-18 20:38 ` [PATCH net-next 01/10] eth: sfc: falcon: migrate to " Jakub Kicinski
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Jakub Kicinski @ 2025-06-18 20:38 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, ajit.khaparde,
	sriharsha.basavapatna, somnath.kotur, shenjian15, salil.mehta,
	shaojijie, cai.huoqing, saeedm, tariqt, louis.peens, mbloch,
	manishc, ecree.xilinx, joe, Jakub Kicinski

Finish drivers conversions to callbacks added by
commit 9bb00786fc61 ("net: ethtool: add dedicated callbacks for
getting and setting rxfh fields"). Remove the conditional calling
in the core, rxnfc callbacks are no longer used for RXFH.

Jakub Kicinski (10):
  eth: sfc: falcon: migrate to new RXFH callbacks
  eth: sfc: siena: migrate to new RXFH callbacks
  eth: sfc: migrate to new RXFH callbacks
  eth: benet: migrate to new RXFH callbacks
  eth: qede: migrate to new RXFH callbacks
  eth: mlx5: migrate to new RXFH callbacks
  eth: nfp: migrate to new RXFH callbacks
  eth: hinic: migrate to new RXFH callbacks
  eth: hns3: migrate to new RXFH callbacks
  net: ethtool: don't mux RXFH via rxnfc callbacks

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   4 +-
 .../hns3/hns3_common/hclge_comm_rss.h         |   4 +-
 .../mellanox/mlx5/core/en/fs_ethtool.h        |  14 +++
 drivers/net/ethernet/sfc/ethtool_common.h     |   2 +
 .../net/ethernet/sfc/siena/ethtool_common.h   |   2 +
 .../net/ethernet/emulex/benet/be_ethtool.c    |  57 +++++-----
 .../hns3/hns3_common/hclge_comm_rss.c         |   6 +-
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  33 ++++--
 .../hisilicon/hns3/hns3pf/hclge_main.c        |   4 +-
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |   4 +-
 .../net/ethernet/huawei/hinic/hinic_ethtool.c |  47 +++-----
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  19 ++++
 .../mellanox/mlx5/core/en_fs_ethtool.c        |  25 ++---
 .../mellanox/mlx5/core/ipoib/ethtool.c        |  19 ++++
 .../ethernet/netronome/nfp/nfp_net_ethtool.c  |  17 +--
 .../net/ethernet/qlogic/qede/qede_ethtool.c   |  22 ++--
 drivers/net/ethernet/sfc/ethtool.c            |   1 +
 drivers/net/ethernet/sfc/ethtool_common.c     | 104 +++++++++---------
 drivers/net/ethernet/sfc/falcon/ethtool.c     |  51 +++++----
 drivers/net/ethernet/sfc/siena/ethtool.c      |   1 +
 .../net/ethernet/sfc/siena/ethtool_common.c   |  77 ++++++-------
 net/ethtool/ioctl.c                           |  59 +++-------
 22 files changed, 308 insertions(+), 264 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-21 15:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-18 20:38 [PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks Jakub Kicinski
2025-06-18 20:38 ` [PATCH net-next 01/10] eth: sfc: falcon: migrate to " Jakub Kicinski
2025-06-18 20:38 ` [PATCH net-next 02/10] eth: sfc: siena: " Jakub Kicinski
2025-06-18 20:38 ` [PATCH net-next 03/10] eth: sfc: " Jakub Kicinski
2025-06-18 20:38 ` [PATCH net-next 04/10] eth: benet: " Jakub Kicinski
2025-06-20  9:48   ` Simon Horman
2025-06-21 14:55     ` Jakub Kicinski
2025-06-18 20:38 ` [PATCH net-next 05/10] eth: qede: " Jakub Kicinski
2025-06-20  9:49   ` Simon Horman
2025-06-18 20:38 ` [PATCH net-next 06/10] eth: mlx5: " Jakub Kicinski
2025-06-19 14:02   ` Dragos Tatulea
2025-06-18 20:38 ` [PATCH net-next 07/10] eth: nfp: " Jakub Kicinski
2025-06-19  8:11   ` Louis Peens
2025-06-18 20:38 ` [PATCH net-next 08/10] eth: hinic: " Jakub Kicinski
2025-06-20  9:49   ` Simon Horman
2025-06-18 20:38 ` [PATCH net-next 09/10] eth: hns3: " Jakub Kicinski
2025-06-19 12:44   ` Jijie Shao
2025-06-18 20:38 ` [PATCH net-next 10/10] net: ethtool: don't mux RXFH via rxnfc callbacks Jakub Kicinski
2025-06-20  9:50   ` Simon Horman
2025-06-21 15:10 ` [PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks 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;
as well as URLs for NNTP newsgroup(s).