mlx5: remove redundant debug message
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
This commit is contained in:
parent
0d2186743d
commit
cc5436bccb
@ -204,8 +204,6 @@ hash_rxq_special_flow_disable(struct hash_rxq *hash_rxq,
|
|||||||
{
|
{
|
||||||
if (hash_rxq->special_flow[flow_type] == NULL)
|
if (hash_rxq->special_flow[flow_type] == NULL)
|
||||||
return;
|
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]));
|
claim_zero(ibv_exp_destroy_flow(hash_rxq->special_flow[flow_type]));
|
||||||
hash_rxq->special_flow[flow_type] = NULL;
|
hash_rxq->special_flow[flow_type] = NULL;
|
||||||
DEBUG("%p: special flow %s (%d) disabled",
|
DEBUG("%p: special flow %s (%d) disabled",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user