]> git.droids-corp.org - dpdk.git/commitdiff
net/mlx5: remove drop queue function prototypes
authorViacheslav Ovsiienko <viacheslavo@nvidia.com>
Mon, 5 Apr 2021 10:07:16 +0000 (10:07 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Wed, 28 Apr 2021 06:43:18 +0000 (08:43 +0200)
There are some leftovers of removed code - there are
no drop queue handling routines anymore.

Fixes: 78be885295b8 ("net/mlx5: handle drop queues as regular queues")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5.h

index 378b68e4bea2669a7c70b9b6627ec155db0bc43b..d4aec717f0e6465c560ed1390372c9e5a214787c 100644 (file)
@@ -1544,8 +1544,6 @@ int mlx5_ctrl_flow(struct rte_eth_dev *dev,
                   struct rte_flow_item_eth *eth_mask);
 int mlx5_flow_lacp_miss(struct rte_eth_dev *dev);
 struct rte_flow *mlx5_flow_create_esw_table_zero_flow(struct rte_eth_dev *dev);
-int mlx5_flow_create_drop_queue(struct rte_eth_dev *dev);
-void mlx5_flow_delete_drop_queue(struct rte_eth_dev *dev);
 void mlx5_flow_async_pool_query_handle(struct mlx5_dev_ctx_shared *sh,
                                       uint64_t async_id, int status);
 void mlx5_set_query_alarm(struct mlx5_dev_ctx_shared *sh);