lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250618203823.1336156-1-kuba@kernel.org>
Date: Wed, 18 Jun 2025 13:38:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
	edumazet@...gle.com,
	pabeni@...hat.com,
	andrew+netdev@...n.ch,
	horms@...nel.org,
	ajit.khaparde@...adcom.com,
	sriharsha.basavapatna@...adcom.com,
	somnath.kotur@...adcom.com,
	shenjian15@...wei.com,
	salil.mehta@...wei.com,
	shaojijie@...wei.com,
	cai.huoqing@...ux.dev,
	saeedm@...dia.com,
	tariqt@...dia.com,
	louis.peens@...igine.com,
	mbloch@...dia.com,
	manishc@...vell.com,
	ecree.xilinx@...il.com,
	joe@...a.to,
	Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ