diff options
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | 2010-08-23 23:46:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-24 18:00:42 -0400 |
commit | fa37a9586f92051de03a13e55e5ec3880bb6783e (patch) | |
tree | f87f49668aa13e65fba708b3cf30658332a54edf /drivers/net/mlx4/mlx4_en.h | |
parent | 0533943c5c45cce2e26432bf0a6b8e114757c897 (diff) |
mlx4_en: Moving to work with GRO
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/mlx4_en.h')
-rw-r--r-- | drivers/net/mlx4/mlx4_en.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/mlx4/mlx4_en.h b/drivers/net/mlx4/mlx4_en.h index 4036a053ee32..7d4ddb9a2bec 100644 --- a/drivers/net/mlx4/mlx4_en.h +++ b/drivers/net/mlx4/mlx4_en.h | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <linux/list.h> | 38 | #include <linux/list.h> |
39 | #include <linux/mutex.h> | 39 | #include <linux/mutex.h> |
40 | #include <linux/netdevice.h> | 40 | #include <linux/netdevice.h> |
41 | #include <linux/inet_lro.h> | ||
42 | 41 | ||
43 | #include <linux/mlx4/device.h> | 42 | #include <linux/mlx4/device.h> |
44 | #include <linux/mlx4/qp.h> | 43 | #include <linux/mlx4/qp.h> |
@@ -254,7 +253,6 @@ struct mlx4_en_rx_desc { | |||
254 | struct mlx4_en_rx_ring { | 253 | struct mlx4_en_rx_ring { |
255 | struct mlx4_hwq_resources wqres; | 254 | struct mlx4_hwq_resources wqres; |
256 | struct mlx4_en_rx_alloc page_alloc[MLX4_EN_MAX_RX_FRAGS]; | 255 | struct mlx4_en_rx_alloc page_alloc[MLX4_EN_MAX_RX_FRAGS]; |
257 | struct net_lro_mgr lro; | ||
258 | u32 size ; /* number of Rx descs*/ | 256 | u32 size ; /* number of Rx descs*/ |
259 | u32 actual_size; | 257 | u32 actual_size; |
260 | u32 size_mask; | 258 | u32 size_mask; |
@@ -379,9 +377,6 @@ struct mlx4_en_pkt_stats { | |||
379 | }; | 377 | }; |
380 | 378 | ||
381 | struct mlx4_en_port_stats { | 379 | struct mlx4_en_port_stats { |
382 | unsigned long lro_aggregated; | ||
383 | unsigned long lro_flushed; | ||
384 | unsigned long lro_no_desc; | ||
385 | unsigned long tso_packets; | 380 | unsigned long tso_packets; |
386 | unsigned long queue_stopped; | 381 | unsigned long queue_stopped; |
387 | unsigned long wake_queue; | 382 | unsigned long wake_queue; |