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

2020-03-29 Thread Ophir Munk
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. s

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

2020-04-17 Thread Ferruh Yigit
On 4/16/2020 9:00 PM, Thomas Monjalon wrote: > 16/04/2020 19:35, Ferruh Yigit: >> On 4/9/2020 8:24 AM, David Marchand wrote: >>> On Wed, Apr 8, 2020 at 7:12 PM Ferruh Yigit wrote: On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: > From: Ophir Munk >> >> File mlx5_devx_cmds.c should

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

2020-04-08 Thread Ferruh Yigit
On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: > Hi, > >> -Original Message- >> From: Ophir Munk >> Sent: Monday, March 30, 2020 1:32 AM >> To: dev@dpdk.org; Matan Azrad >> Cc: Thomas Monjalon ; Olga Shern >> ; Raslan Darawsheh ; Ophir >> Munk ; Asaf Penso >> Subject: [PATCH v1] common/m

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

2020-04-08 Thread Ray Kinsella
On 08/04/2020 18:10, Ferruh Yigit wrote: > On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: >> Hi, >> >>> -Original Message- >>> From: Ophir Munk >>> Sent: Monday, March 30, 2020 1:32 AM >>> To: dev@dpdk.org; Matan Azrad >>> Cc: Thomas Monjalon ; Olga Shern >>> ; Raslan Darawsheh ; Ophir

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

2020-04-09 Thread David Marchand
Hello, On Wed, Apr 8, 2020 at 7:12 PM Ferruh Yigit wrote: > > On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: > > Hi, > > > >> -Original Message- > >> From: Ophir Munk > >> Sent: Monday, March 30, 2020 1:32 AM > >> To: dev@dpdk.org; Matan Azrad > >> Cc: Thomas Monjalon ; Olga Shern > >> ;

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

2020-04-16 Thread Ferruh Yigit
On 4/9/2020 8:24 AM, David Marchand wrote: > Hello, > > On Wed, Apr 8, 2020 at 7:12 PM Ferruh Yigit wrote: >> >> On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: >>> Hi, >>> -Original Message- From: Ophir Munk Sent: Monday, March 30, 2020 1:32 AM To: dev@dpdk.org; Matan

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

2020-04-16 Thread Thomas Monjalon
16/04/2020 19:35, Ferruh Yigit: > On 4/9/2020 8:24 AM, David Marchand wrote: > > On Wed, Apr 8, 2020 at 7:12 PM Ferruh Yigit wrote: > >> On 4/1/2020 10:59 AM, Raslan Darawsheh wrote: > >>> From: Ophir Munk > > File mlx5_devx_cmds.c should contain pure DevX calls. It must be OS > ag

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

2020-03-30 Thread Matan Azrad
From: Ophir Munk > 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 follo

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

2020-04-01 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ophir Munk > Sent: Monday, March 30, 2020 1:32 AM > To: dev@dpdk.org; Matan Azrad > Cc: Thomas Monjalon ; Olga Shern > ; Raslan Darawsheh ; Ophir > Munk ; Asaf Penso > Subject: [PATCH v1] common/mlx5: remove devx depndency on ibv and dv > > File mlx5_de