From: KY Srinivasan Date: Mon, 30 Mar 2015 04:08:42 +0000 (-0700) Subject: hv_netvsc: Eliminate memory allocation in the packet send path X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08cc79155fc26d0d112b1470d1ece5034651a4b;p=pandora-kernel.git hv_netvsc: Eliminate memory allocation in the packet 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: K. Y. Srinivasan Signed-off-by: David S. Miller --- Reading git-diff-tree failed