Re: [dpdk-dev] [PATCH 18/28] net/mlx5: store protection domain number on create

2019-07-22 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Monday, July 22, 2019 12:13 > To: Shahaf Shuler ; Yongseok Koh > ; Slava Ovsiienko > Cc: dev@dpdk.org; Dekel Peled > Subject: [PATCH 18/28] net/mlx5: store protection domain number on create > > From: Dekel Peled > > Function mlx5_alloc

[dpdk-dev] [PATCH 18/28] net/mlx5: store protection domain number on create

2019-07-22 Thread Matan Azrad
From: Dekel Peled Function mlx5_alloc_shared_ibctx() allocates Protection Domain using verbs API, as part of shared IB device context. This patch adds reading and storing of pdn value from the created PD object, using DV API. The pdn value is required when creating WQ using DevX API. This patch