diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2012-10-02 05:30:22 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-02 14:39:30 -0400 |
commit | 6562640bd3b368a7ffb1caa61c82abe6e9d54b3b (patch) | |
tree | 3add1f3f656ec7505abd84aaea3355c4c22b60bd /drivers/net/hyperv/hyperv_net.h | |
parent | 99e3fcfa34e7ea6dbb44fe5df51b79ccb6f73d3d (diff) |
hyperv: Remove extra allocated space for recv_pkt_list elements
The receive code path doesn't use the page buffer, so remove the
extra allocated space here.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index 95ceb3593043..d58f28c46386 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -465,8 +465,6 @@ struct nvsp_message { #define NETVSC_RECEIVE_BUFFER_ID 0xcafe -#define NETVSC_RECEIVE_SG_COUNT 1 - /* Preallocated receive packets */ #define NETVSC_RECEIVE_PACKETLIST_COUNT 256 |