[Intel-wired-lan] [next PATCH S40-V2 09/12] i40e: fix lookup table when RSS disabled/enabled

Bowers, AndrewX andrewx.bowers at intel.com
Fri Jul 29 17:10:08 UTC 2016


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Bimmy Pujari
> Sent: Wednesday, July 27, 2016 12:03 PM
> To: intel-wired-lan at lists.osuosl.org
> Cc: Brady, Alan <alan.brady at intel.com>
> Subject: [Intel-wired-lan] [next PATCH S40-V2 09/12] i40e: fix lookup table
> when RSS disabled/enabled
> 
> From: "Alan Brady" <alan.brady at intel.com>
> 
> This patch fixes the bug which causes RSS to continue to work after being
> disabled.  After disabling RSS, traffic would continue to be assigned to
> different queues instead of falling back to a single queue. Without this patch,
> attempting to disable RSS would not work as expected. This patch fixes the
> bug by clearing the lookup table used by RSS such that all traffic is assigned to
> a single queue.  This patch also addresses the issue of reinstating  the lookup
> table should RSS then be re-enabled.
> 
> Signed-off-by: Alan Brady <alan.brady at intel.com>
> Change-ID: Ib20c7c6a7e9f1f772bb787370f8a8c664796b141
> ---
>  drivers/net/ethernet/intel/i40e/i40e_main.c | 28
> ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
RSS no longer functions when disabled, packets all go to queue 0.


More information about the Intel-wired-lan mailing list