net/netvsc: check vmbus ring buffer more often
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 30 Apr 2020 19:08:50 +0000 (12:08 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 May 2020 20:27:39 +0000 (22:27 +0200)
commit33fd81cdb517d1188175b154533206158e815fde
tree25c00c66770f22f69b3d3c69f7f2fb83ef5e803c
parent1c33435a58f307c1800a79220122026f56fee450
net/netvsc: check vmbus ring buffer more often

Since VF notifications are handled as VMBUS notifications on the
primary channel (and not as hotplug). The channel should be checked
before deciding to use VF for Rx or Tx.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/netvsc/hn_rxtx.c