Hi, > -----Original Message----- > From: Dekel Peled <dek...@mellanox.com> > Sent: Sunday, July 19, 2020 2:13 PM > To: Matan Azrad <ma...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Raslan Darawsheh <rasl...@mellanox.com> > 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 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 utilized using > DevX API. > > Signed-off-by: Dekel Peled <dek...@mellanox.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com> > --- > drivers/net/mlx5/linux/mlx5_os.c | 21 ++ > drivers/net/mlx5/mlx5.c | 10 + > drivers/net/mlx5/mlx5.h | 2 + > drivers/net/mlx5/mlx5_rxq.c | 422 +++++++++++++++++++++++++++++- > --------- > drivers/net/mlx5/mlx5_rxtx.h | 29 ++- > 5 files changed, 375 insertions(+), 109 deletions(-)
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh