Merge branch 'hv_netvsc-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 18:12:37 +0000 (14:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 18:12:37 +0000 (14:12 -0400)
K. Y. Srinivasan says:

====================
hv_netvsc: Eliminate memory allocation in the send path

The network protocol used to communicate with the host is the remote ndis (rndis)
protocol. We need to decorate each outgoing packet with a rndis header and
additional rndis state (rndis per-packet state). To manage this state, we
currently allocate memory in the transmit path. Eliminate this allocation by
requesting additional head room in the skb.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge