hv_netvsc: Implement batching in send buffer
authorHaiyang Zhang <haiyangz@microsoft.com>
Thu, 26 Mar 2015 16:03:37 +0000 (09:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 19:49:55 +0000 (12:49 -0700)
With this patch, we can send out multiple RNDIS data packets in one send buffer
slot and one VMBus message. It reduces the overhead associated with VMBus messages.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc.c
drivers/net/hyperv/netvsc_drv.c
drivers/net/hyperv/rndis_filter.c

Simple merge
Simple merge
Simple merge
Simple merge