net/mlx5: add log on flow creation error
Add error message dump when flow create error happened. Signed-off-by: Xueming Li <xuemingl@mellanox.com> Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
This commit is contained in:
parent
c0ff2fb814
commit
132c4c6e00
@ -1881,6 +1881,7 @@ priv_flow_create(struct priv *priv,
|
||||
DEBUG("Flow created %p", (void *)flow);
|
||||
return flow;
|
||||
exit:
|
||||
ERROR("flow creation error: %s", error->message);
|
||||
for (i = 0; i != hash_rxq_init_n; ++i) {
|
||||
if (parser.queue[i].ibv_attr)
|
||||
rte_free(parser.queue[i].ibv_attr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user