On 02/02/2026 9:59, Loktionov, Aleksandr wrote:
-----Original Message----- From: Kohei Enju <[email protected]> Sent: Saturday, January 31, 2026 5:30 PM To: [email protected]; [email protected] Cc: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw <[email protected]>; Andrew Lunn <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni <[email protected]>; Lifshits, Vitaly <[email protected]>; Simon Horman <[email protected]>; Loktionov, Aleksandr <[email protected]>; [email protected]; Kohei Enju <[email protected]> Subject: [PATCH v2 iwl-next 1/3] igc: prepare for RSS key get/set support 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 | 20 ++++++++++++++++++++ drivers/net/ethernet/intel/igc/igc_main.c | 8 ++++---- 3 files changed, 27 insertions(+), 4 deletions(-)
Tested-by: Avigail Dahan <[email protected]>
