Re: [PATCH net] sfc: limit the number of receive queues

2017-04-17 Thread David Miller
From: Bert Kenward Date: Wed, 12 Apr 2017 17:06:52 +0100 > The number of rx queues is determined by the rss_cpus parameter > or the cpu topology. If that is higher than EFX_MAX_RX_QUEUES the > driver can corrupt state. > > Fixes: 8ceee660aacb ("New driver "sfc" for Solarstorm SFC4000 controller.

[PATCH net] sfc: limit the number of receive queues

2017-04-12 Thread Bert Kenward
The number of rx queues is determined by the rss_cpus parameter or the cpu topology. If that is higher than EFX_MAX_RX_QUEUES the driver can corrupt state. Fixes: 8ceee660aacb ("New driver "sfc" for Solarstorm SFC4000 controller.") Signed-off-by: Bert Kenward --- drivers/net/ethernet/sfc/efx.c