netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] hv_netvsc: Fix default and limit of recv buffe
@ 2017-12-11 16:56 Stephen Hemminger
  2017-12-11 16:56 ` [PATCH net-next 1/2] hv_netvsc: Fix the receive buffer size limit Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephen Hemminger @ 2017-12-11 16:56 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-13 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-11 16:56 [PATCH net-next 0/2] hv_netvsc: Fix default and limit of recv buffe Stephen Hemminger
2017-12-11 16:56 ` [PATCH net-next 1/2] hv_netvsc: Fix the receive buffer size limit Stephen Hemminger
2017-12-11 16:56 ` [PATCH net-next 2/2] hv_netvsc: Fix the TX/RX buffer default sizes Stephen Hemminger
2017-12-13 18:25 ` [PATCH net-next 0/2] hv_netvsc: Fix default and limit of recv buffe David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).