> -----Original Message----- > From: Matan Azrad <[email protected]> > Sent: Monday, July 22, 2019 12:13 > To: Shahaf Shuler <[email protected]>; Yongseok Koh > <[email protected]>; Slava Ovsiienko <[email protected]> > Cc: [email protected]; Dekel Peled <[email protected]> > Subject: [PATCH 21/28] net/mlx5: create advanced RxQ using new API > > From: Dekel Peled <[email protected]> > > 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 <[email protected]> > Acked-by: Matan Azrad <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>

