[dpdk-dev] [PATCH v1] common/mlx5: remove devx depndency on ibv and dv

Raslan Darawsheh rasland at mellanox.com
Wed Apr 1 11:59:32 CEST 2020


Hi,

> -----Original Message-----
> From: Ophir Munk <ophirmu at mellanox.com>
> Sent: Monday, March 30, 2020 1:32 AM
> To: dev at dpdk.org; Matan Azrad <matan at mellanox.com>
> Cc: Thomas Monjalon <thomas at monjalon.net>; Olga Shern
> <olgas at mellanox.com>; Raslan Darawsheh <rasland at mellanox.com>; Ophir
> Munk <ophirmu at mellanox.com>; Asaf Penso <asafp at mellanox.com>
> Subject: [PATCH v1] common/mlx5: remove devx depndency on ibv and dv
> 
> File mlx5_devx_cmds.c should contain pure DevX calls. It must be OS
> agnostic and not include any references to ibv or dv structs (defined in
> ibverbs and rdma-core linux libraries).  This commit replaces all ibv and
> dv references with 'void *'.  Specifically, the following struct were
> replaced:
> 1. struct ibv_context *
> 2. struct ibv_qp *
> 3. struct mlx5dv_devx_cmd_comp *
> 
> Signed-off-by: Ophir Munk <ophirmu at mellanox.com>

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the dev mailing list