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)
commit3271e4f18d9a4ec9ac5568f94444dac08f29c5a0
treef1d9c3316edd991b7c08ae73099d0bd53e0c4b54
parent4e833c596ef5f699479a8ba2d3294a004895f5f4
parentb08cc79155fc26d0d112b1470d1ece5034651a4b
Merge branch 'hv_netvsc-next'

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>