Re: [dpdk-dev] [PATCH] net/mlx5: fix query host adapter if no DevX enabled

2019-04-22 Thread Shahaf Shuler
Monday, April 22, 2019 3:38 PM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix query host adapter if no DevX > enabled > > If there is the support of DevX is exposed by rdma-core but DevX is not > supported by or disabled for the specifi

[dpdk-dev] [PATCH] net/mlx5: fix query host adapter if no DevX enabled

2019-04-22 Thread Viacheslav Ovsiienko
If there is the support of DevX is exposed by rdma-core but DevX is not supported by or disabled for the specific interface the mlx5_devx_cmd_query_hca_attr() routine returns an error preventing the device from successful probing. The routine should be invoked only in case of enabled DevX. Fixes: