[dpdk-dev] [PATCH] net/mlx5: implement CQ for RxQ using DevX API
Raslan Darawsheh
rasland at mellanox.com
Sun Jul 19 17:33:27 CEST 2020
Hi,
> -----Original Message-----
> From: Dekel Peled <dekelp at mellanox.com>
> Sent: Sunday, July 19, 2020 2:13 PM
> To: Matan Azrad <matan at mellanox.com>; Slava Ovsiienko
> <viacheslavo at mellanox.com>; Raslan Darawsheh <rasland at mellanox.com>
> Cc: dev at 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 <dekelp at mellanox.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at 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
More information about the dev
mailing list