mlx5: remove redundant debug message
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Thu, 3 Mar 2016 14:27:37 +0000 (15:27 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 17:52:17 +0000 (18:52 +0100)
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
drivers/net/mlx5/mlx5_rxmode.c

index bcf4231..730527e 100644 (file)
@@ -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",