Re: [dpdk-dev] [PATCH] net/mlx5: fix flow query routine in Direct Verbs

2018-11-15 Thread Shahaf Shuler
Wednesday, November 14, 2018 3:47 PM, Slava Ovsiienko: > Subject: [PATCH] net/mlx5: fix flow query routine in Direct Verbs > > From: Viacheslav Ovsiienko viachesl...@mellanox.com> > > The flow_dv_query() just returns -ENOTSUP value and does not set provided > error parameter structure, that cras

[dpdk-dev] [PATCH] net/mlx5: fix flow query routine in Direct Verbs

2018-11-14 Thread Slava Ovsiienko
From: Viacheslav Ovsiienko The flow_dv_query() just returns -ENOTSUP value and does not set provided error parameter structure, that crashes the port_flow_query(). The patch fixes flow_db_query(), now it sets an error parameter structure. Fixes: 684dafe795d0 ("net/mlx5: add flow query abstractio