From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brelinski, Tony Date: Tue, 2 Nov 2021 23:04:15 +0000 Subject: [Intel-wired-lan] [PATCH net-next 1/1] iavf: Enable setting RSS hash key In-Reply-To: <20210716221644.45946-1-anthony.l.nguyen@intel.com> References: <20210716221644.45946-1-anthony.l.nguyen@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan On Behalf Of > Nguyen, Anthony L > Sent: Friday, July 16, 2021 3:17 PM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH net-next 1/1] iavf: Enable setting RSS hash > key > > Driver support for changing the RSS hash key exists, however, checks have > caused it to be reported as unsupported. Remove the check and allow the > hash key to be specified. > > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/iavf/iavf_ethtool.c | 18 ++++++++++-------- > 1 file changed, 10 insertions(+), 8 deletions(-) Tested-by: Tony Brelinski