Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-24 Thread Slava Ovsiienko
, June 23, 2021 16:52 > To: Slava Ovsiienko > Cc: dev ; Raslan Darawsheh ; Matan > Azrad ; NBU-Contact-Thomas Monjalon > ; dpdk stable > Subject: Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port > support to glue library > > On Wed, Jun 23, 2021 at

Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-23 Thread Slava Ovsiienko
Hi, David > -Original Message- > From: David Marchand > Sent: Wednesday, June 23, 2021 16:52 > To: Slava Ovsiienko > Cc: dev ; Raslan Darawsheh ; Matan > Azrad ; NBU-Contact-Thomas Monjalon > ; dpdk stable > Subject: Re: [dpdk-dev] [PATCH v2] common/mlx5:

Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-23 Thread David Marchand
On Wed, Jun 23, 2021 at 1:27 PM Slava Ovsiienko wrote: > > > This patch is highly desirable to be provided in DPDK LTS releases due > > > to it covers the major compatibility issue. > > > > This patch is a fix, yet nothing tells this story in the title. > > This patch is not a fix. Actually it cov

Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-23 Thread Slava Ovsiienko
Hi David, > -Original Message- > From: David Marchand > Sent: Wednesday, June 23, 2021 13:43 > To: Slava Ovsiienko > Cc: dev ; Raslan Darawsheh ; Matan > Azrad ; NBU-Contact-Thomas Monjalon > ; dpdk stable > Subject: Re: [dpdk-dev] [PATCH v2] common/mlx5:

Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-23 Thread David Marchand
On Sat, Jun 19, 2021 at 2:49 PM Viacheslav Ovsiienko wrote: > > The rdma-core mlx5 provider introduced the port attributes query > API since version v35.0 - the mlx5dv_query_port routine. In order > to support this change in the rdma-core the conditional compilation > flag HAVE_MLX5DV_DR_DEVX_PORT

Re: [dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Slava Ovsiienko > Sent: Saturday, June 19, 2021 3:49 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; NBU-Contact-Thomas Monjalon > ; sta...@dpdk.org > Subject: [PATCH v2] common/mlx5: add provider query port support to glue > library > > Th

[dpdk-dev] [PATCH v2] common/mlx5: add provider query port support to glue library

2021-06-19 Thread Viacheslav Ovsiienko
The rdma-core mlx5 provider introduced the port attributes query API since version v35.0 - the mlx5dv_query_port routine. In order to support this change in the rdma-core the conditional compilation flag HAVE_MLX5DV_DR_DEVX_PORT_V35 is introduced by the this patch. In the OFED rdma-core version th