Re: [PATCH net v2] netvsc: fix net poll mode

2017-05-12 Thread Stephen Hemminger
On Fri, 12 May 2017 15:55:30 -0700 Stephen Hemminger wrote: > The ndo_poll_controller function needs to schedule NAPI to pick > up arriving packets and send completions. Otherwise no data > will ever be received. > > Signed-off-by: Stephen Hemminger Hold off on this. I will send v3 with a coup

[PATCH net v2] netvsc: fix net poll mode

2017-05-12 Thread Stephen Hemminger
The ndo_poll_controller function needs to schedule NAPI to pick up arriving packets and send completions. Otherwise no data will ever be received. Signed-off-by: Stephen Hemminger --- v2 - use rcu to ensure lower data structure is present drivers/net/hyperv/netvsc_drv.c | 19 +++