[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171211165658.14768-1-sthemmin@microsoft.com>
Date: Mon, 11 Dec 2017 08:56:56 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com
Cc: devel@...uxdriverproject.org, netdev@...r.kernel.org
Subject: [PATCH net-next 0/2] hv_netvsc: Fix default and limit of recv buffe
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.
Haiyang Zhang (2):
hv_netvsc: Fix the receive buffer size limit
hv_netvsc: Fix the TX/RX buffer default sizes
drivers/net/hyperv/hyperv_net.h | 19 ++++++++++++++++---
drivers/net/hyperv/netvsc.c | 5 +++++
drivers/net/hyperv/netvsc_drv.c | 4 ----
3 files changed, 21 insertions(+), 7 deletions(-)
--
2.11.0
Powered by blists - more mailing lists