Re: [PATCH net] sfc: only use RSS filters if we're using RSS

2015-12-10 Thread David Miller
From: Bert Kenward Date: Thu, 10 Dec 2015 13:30:08 + > Without this filter insertion on a VF would fail if only one channel > was in use. This would include the unicast station filter and therefore > no traffic would be received. > > Signed-off-by: Bert Kenward > --- > drivers/net/ethernet

[PATCH net] sfc: only use RSS filters if we're using RSS

2015-12-10 Thread Bert Kenward
Without this filter insertion on a VF would fail if only one channel was in use. This would include the unicast station filter and therefore no traffic would be received. Signed-off-by: Bert Kenward --- drivers/net/ethernet/sfc/ef10.c | 23 +++ drivers/net/ethernet/sfc/efx.h