Re: [PATCH net-next 0/2] hv_netvsc: Eliminate memory allocation in the send path

2015-03-31 Thread David Miller
From: "K. Y. Srinivasan" Date: Sun, 29 Mar 2015 21:07:58 -0700 > 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 stat

[PATCH net-next 0/2] hv_netvsc: Eliminate memory allocation in the send path

2015-03-29 Thread K. Y. Srinivasan
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 allo