[dpdk-dev] [PATCH 4/7] mlx5: remove redundant debugging message

Adrien Mazarguil adrien.mazarguil at 6wind.com
Mon Feb 22 19:18:40 CET 2016


Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
---
 drivers/net/mlx5/mlx5_rxmode.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/mlx5/mlx5_rxmode.c b/drivers/net/mlx5/mlx5_rxmode.c
index bcf4231..730527e 100644
--- a/drivers/net/mlx5/mlx5_rxmode.c
+++ b/drivers/net/mlx5/mlx5_rxmode.c
@@ -204,8 +204,6 @@ hash_rxq_special_flow_disable(struct hash_rxq *hash_rxq,
 {
 	if (hash_rxq->special_flow[flow_type] == NULL)
 		return;
-	DEBUG("%p: disabling special flow %s (%d)",
-	      (void *)hash_rxq, hash_rxq_flow_type_str(flow_type), flow_type);
 	claim_zero(ibv_exp_destroy_flow(hash_rxq->special_flow[flow_type]));
 	hash_rxq->special_flow[flow_type] = NULL;
 	DEBUG("%p: special flow %s (%d) disabled",
-- 
2.1.4



More information about the dev mailing list