From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH 08/14] net/mlx5: switch to the shared Protection Domain Date: Thu, 21 Mar 2019 12:14:53 +0000 Message-ID: References: <1551376985-11096-1-git-send-email-viacheslavo@mellanox.com> <1553155888-27498-1-git-send-email-viacheslavo@mellanox.com> <1553155888-27498-9-git-send-email-viacheslavo@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Slava Ovsiienko , "dev@dpdk.org" Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-eopbgr140054.outbound.protection.outlook.com [40.107.14.54]) by dpdk.org (Postfix) with ESMTP id B82DC1B4E0 for ; Thu, 21 Mar 2019 13:14:54 +0100 (CET) In-Reply-To: <1553155888-27498-9-git-send-email-viacheslavo@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [PATCH 08/14] net/mlx5: switch to the shared Protection Domain >=20 > The PMD code is updated to use Protected Domain from the the shared IB > device context. The Domain is shared between all devices belonging to the > same multiport Infiniband device. > If IB device has only one port, the PD is not shared, because there is on= ly > ethernet device created over IB one. >=20 > Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler