linux/drivers/net/hyperv
KY Srinivasan c0eb454034 hv_netvsc: Don't ask for additional head room in the skb
The rndis header is 116 bytes big and can be placed in the default
head room that will be available in the skb. Since the netvsc packet
is less than 48 bytes, we can use the skb control buffer
for the netvsc packet. With these changes we don't need to
ask for additional head room.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-02 23:43:24 -05:00
..
hyperv_net.h hv_netvsc: Don't ask for additional head room in the skb 2015-12-02 23:43:24 -05:00
Kconfig
Makefile
netvsc_drv.c hv_netvsc: Don't ask for additional head room in the skb 2015-12-02 23:43:24 -05:00
netvsc.c hv_netvsc: Eliminate send_completion_ctx from struct hv_netvsc_packet 2015-12-02 23:43:24 -05:00
rndis_filter.c hv_netvsc: Eliminate send_completion from struct hv_netvsc_packet 2015-12-02 23:43:24 -05:00