Re: [PATCH v2 iwl-next 1/3] igc: prepare for RSS key get/set support
From: Simon Horman <horms@kernel.org>
Date: 2026-02-04 10:29:20
Also in:
intel-wired-lan
From: Simon Horman <horms@kernel.org>
Date: 2026-02-04 10:29:20
Also in:
intel-wired-lan
On Sat, Jan 31, 2026 at 04:29:36PM +0000, 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 <redacted>
Reviewed-by: Simon Horman <horms@kernel.org>