]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hv_netvsc-minor-changes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 20:57:39 +0000 (15:57 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 20:57:39 +0000 (15:57 -0500)
commitacccb5f1b28a32a0fdc3b4c2092553aea0749503
tree6cdea70d3013eaf6b0c38802aefc16f0050e3800
parente37402bdc0917724f956cbf31931f2998f7931cd
parent60d79be8a6d0a6a05321bc7788a594e52a0a87f9
Merge branch 'hv_netvsc-minor-changes'

Stephen Hemminger says:

====================
hv_netvsc: minor changes

This includes minor cleanup of code in send and receive path and
also a new statistic to check for allocation failures. This also
eliminates some of the extra RCU when not needed.

There is a theoritical bug where buffered data could be blocked
for longer than necessary if the ring buffer got full. This
has not been seen in the wild, found by inspection.

The reference count between net device and internal RNDIS
is not needed.
====================

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