Re: [dpdk-dev] [PATCH v1 2/3] net/mlx5: add devx functions to glue

2018-12-27 Thread Shahaf Shuler
Tuesday, December 25, 2018 4:39 PM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v1 2/3] net/mlx5: add devx functions to glue > > This patch adds glue functions for operations: > - dv_open_device. > - devx object create, destroy, query and modify. > - devx general

[dpdk-dev] [PATCH v1 2/3] net/mlx5: add devx functions to glue

2018-12-25 Thread Mordechay Haimovsky
This patch adds glue functions for operations: - dv_open_device. - devx object create, destroy, query and modify. - devx general command The new operations depend on HAVE_IBV_DEVX_OBJ. Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/Makefile| 5 +++ drivers/net/mlx5/meson.build |