Re: [dpdk-dev] [PATCH] net/mlx5: implement CQ for RxQ using DevX API

2020-07-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Sunday, July 19, 2020 2:13 PM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: implement CQ for RxQ using DevX API > > This patch continues the work to use DevX API for different

[dpdk-dev] [PATCH] net/mlx5: implement CQ for RxQ using DevX API

2020-07-19 Thread Dekel Peled
This patch continues the work to use DevX API for different objects creation and management. On Rx control path, the RQ, RQT, and TIR objects can already be created using DevX API. This patch adds the support to create CQ for RxQ using DevX API. The corresponding event channel is also created and u