Merge branch 'netvsc-minor-fixes-and-optimization'
authorDavid S. Miller <davem@davemloft.net>
Sat, 29 Jul 2017 22:25:44 +0000 (15:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jul 2017 22:25:44 +0000 (15:25 -0700)
commitfe21b269597d9d5bca4e2c0cebe2bdf658f6289e
treebcd7f9aa7c5ec08698a1aafa93b64fe161492e39
parenta847135a56ff5d5994fcaabd36b2a8b581913433
parentf4e403633bcd290a4db2568364657d07b42ff890
Merge branch 'netvsc-minor-fixes-and-optimization'

Stephen Hemminger says:

====================
netvsc: minor fixes and optimization

This is a subset of earlier submission with a few more fixes
found during testing. The are two small optimizations, one is to
better manage the receive completion ring, and the other is removing
one unneeded level of indirection.

Will submit the improved VF support and buffer sizing in a later
patch so they get more review.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>