]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Merge branch 'hv_netvsc-Fix-default-and-limit-of-recv-buffer'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 18:25:05 +0000 (13:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 18:25:05 +0000 (13:25 -0500)
Stephen Hemminger says:

====================
hv_netvsc: Fix default and limit of recv buffer

The default for receive buffer descriptors is not correct, it should
match the default receive buffer size and the upper limit of receive
buffer size is too low.  Also, for older versions of Window servers
hosts, different lower limit check is necessary, otherwise the buffer
request will be rejected by the host, resulting vNIC not come up.

This patch set corrects these problems.
====================

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

Trivial merge