Skip to content
Commit cdc0974f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'hv_netvsc-Fix-default-and-limit-of-recv-buffer'



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: default avatarDavid S. Miller <davem@davemloft.net>
parents f93ea3bf 41f61db2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment