From: Haiyang Zhang <[email protected]> Sent: Monday, January 14, 2019 4:52 PM > > Hyper-V hosts require us to disable RSS before changing RSS key, > otherwise the changing request will fail. This patch fixes the > coding error. > > Fixes: ff4a44199012 ("netvsc: allow get/set of RSS indirection table") > Reported-by: Wei Hu <[email protected]> > Signed-off-by: Haiyang Zhang <[email protected]> > --- > drivers/net/hyperv/rndis_filter.c | 25 +++++++++++++++++++------ > 1 file changed, 19 insertions(+), 6 deletions(-) > Reviewed-by: Michael Kelley <[email protected]>

