Re: [dpdk-dev] [PATCH 15/28] net/mlx5: rename verbs indirection table to obj

2019-07-22 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Monday, July 22, 2019 12:13 > To: Shahaf Shuler ; Yongseok Koh > ; Slava Ovsiienko > Cc: dev@dpdk.org; Dekel Peled > Subject: [PATCH 15/28] net/mlx5: rename verbs indirection table to obj > > From: Dekel Peled > > Prepare for introducin

[dpdk-dev] [PATCH 15/28] net/mlx5: rename verbs indirection table to obj

2019-07-22 Thread Matan Azrad
From: Dekel Peled Prepare for introducing of DevX RQT object. Rx indirection table object is currently created using verbs only. The next patches will add the option to create an RQT object using DevX. This patch renames ind_table_ibv to ind_table_obj wherever relevant, and adds the DevX items to