On 25/10/2025 18:01, Kohei Enju wrote:
Store the RSS key inside struct igc_adapter and introduce the
igc_write_rss_key() helper function. This allows the driver to program
the RSSRK registers using a persistent RSS key, instead of using a
stack-local buffer in igc_setup_mrqc().

This is a preparation patch for adding RSS key get/set support in
subsequent changes, and no functional change is intended in this patch.

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


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

Reply via email to