Re: [dpdk-dev] [PATCH 08/14] net/mlx5: switch to the shared Protection Domain

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [PATCH 08/14] net/mlx5: switch to the shared Protection Domain > > 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

[dpdk-dev] [PATCH 08/14] net/mlx5: switch to the shared Protection Domain

2019-03-21 Thread Viacheslav Ovsiienko
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 only ethernet device created over IB one. Signed