[dpdk-dev] [PATCH 21/28] net/mlx5: create advanced RxQ using new API

Slava Ovsiienko viacheslavo at mellanox.com
Mon Jul 22 11:21:32 CEST 2019


> -----Original Message-----
> From: Matan Azrad <matan at mellanox.com>
> Sent: Monday, July 22, 2019 12:13
> To: Shahaf Shuler <shahafs at mellanox.com>; Yongseok Koh
> <yskoh at mellanox.com>; Slava Ovsiienko <viacheslavo at mellanox.com>
> Cc: dev at dpdk.org; Dekel Peled <dekelp at mellanox.com>
> Subject: [PATCH 21/28] net/mlx5: create advanced RxQ using new API
> 
> From: Dekel Peled <dekelp at mellanox.com>
> 
> Function mlx5_rxq_obj_new(), previously called mlx5_rxq_ibv_new(),
> supports creating Rx queue objects using verbs.
> This patch expands the relevant functions, to support creating verbs or DevX
> Rx queue objects:
> Function mlx5_rxq_obj_new() updated to create RQ object using DevX.
> Function mlx5_ind_table_obj_new() updated to create RQT object using
> DevX.
> Function mlx5_hrxq_new() updated to create TIR object using DevX.
> New utility functions added to perform specific operations:
> mlx5_devx_rq_new(),  mlx5_devx_wq_attr_fill(),
> mlx5_devx_create_rq_attr_fill().
> 
> Signed-off-by: Dekel Peled <dekelp at mellanox.com>
> Acked-by: Matan Azrad <matan at mellanox.com>

Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>



More information about the dev mailing list