[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181107183137.16774-1-pressmangal@gmail.com>
Date: Wed, 7 Nov 2018 20:31:36 +0200
From: Gal Pressman <pressmangal@...il.com>
To: Saeed Mahameed <saeedm@...lanox.com>,
David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Gal Pressman <pressmangal@...il.com>
Subject: [PATCH net-next 1/2] net/mlx5e: Cleanup unused defines
Remove couple of defines that are no longer used.
Signed-off-by: Gal Pressman <pressmangal@...il.com>
---
drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h
index d7fbd5b6ac95..c49c87615686 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en.h
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h
@@ -147,9 +147,6 @@ struct page_pool;
MLX5_UMR_MTT_ALIGNMENT))
#define MLX5E_UMR_WQEBBS \
(DIV_ROUND_UP(MLX5E_UMR_WQE_INLINE_SZ, MLX5_SEND_WQE_BB))
-#define MLX5E_ICOSQ_MAX_WQEBBS MLX5E_UMR_WQEBBS
-
-#define MLX5E_NUM_MAIN_GROUPS 9
#define MLX5E_MSG_LEVEL NETIF_MSG_LINK
--
2.14.4
Powered by blists - more mailing lists