Re: [dpdk-dev] [PATCH 14/28] net/mlx5: rename RxQ verbs to general RxQ object

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 14/28] net/mlx5: rename RxQ verbs to general RxQ object > > From: Dekel Peled > > Prepare for introduci

[dpdk-dev] [PATCH 14/28] net/mlx5: rename RxQ verbs to general RxQ object

2019-07-22 Thread Matan Azrad
From: Dekel Peled Prepare for introducing of DevX RxQ object. RxQ object is currently created using verbs only. The next patches will add the option to create RxQ object using DevX. This patch renames rxq_ibv to rxq_obj wherever relevant, and adds the DevX items to relevant structs. Signed-off-b