Re: [dpdk-dev] [PATCH 06/14] net/mlx5: add IB shared context alloc/free functions

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH 06/14] net/mlx5: add IB shared context > alloc/free functions > > The functions to allocate and free shared IB context for multiport is added. > The IB device context, Protection Domain, de

[dpdk-dev] [PATCH 06/14] net/mlx5: add IB shared context alloc/free functions

2019-03-21 Thread Viacheslav Ovsiienko
The functions to allocate and free shared IB context for multiport is added. The IB device context, Protection Domain, device attributes, Infiniband names are going to be relocated to the shared structure from the device private one. mlx5_dev_spawn() is updated to create shared context. Signed-off