On 25/10/2025 18:01, Kohei Enju wrote:
Change igc_ethtool_set_rxfh() to accept and save a userspace-provided
RSS key. When a key is provided, store it in the adapter and write the
RSSRK registers accordingly.

This can be tested using `ethtool -X <dev> hkey <key>`.

Signed-off-by: Kohei Enju <[email protected]>
---
  drivers/net/ethernet/intel/igc/igc.h         |  1 +
  drivers/net/ethernet/intel/igc/igc_ethtool.c | 31 ++++++++++++--------
  drivers/net/ethernet/intel/igc/igc_main.c    |  3 +-
  3 files changed, 21 insertions(+), 14 deletions(-)


Tested-by: Avigail Dahan <[email protected]>

Reply via email to