Re: [dpdk-dev] [PATCH v2 3/3] net/mlx4: add secondary process support

2019-03-28 Thread Yongseok Koh
> On Mar 26, 2019, at 12:33 PM, Shahaf Shuler wrote: > > Monday, March 25, 2019 9:18 PM, Yongseok Koh: >> To: Shahaf Shuler >> Cc: dev@dpdk.org >> Subject: [PATCH v2 3/3] net/mlx4: add secondary process support >> >> In order to support secondary process, a few features are required. >> >> a

Re: [dpdk-dev] [PATCH v2 3/3] net/mlx4: add secondary process support

2019-03-26 Thread Shahaf Shuler
Monday, March 25, 2019 9:18 PM, Yongseok Koh: > To: Shahaf Shuler > Cc: dev@dpdk.org > Subject: [PATCH v2 3/3] net/mlx4: add secondary process support > > In order to support secondary process, a few features are required. > > a) rdma-core library should allocate device resources using DPDK's me

[dpdk-dev] [PATCH v2 3/3] net/mlx4: add secondary process support

2019-03-25 Thread Yongseok Koh
In order to support secondary process, a few features are required. a) rdma-core library should allocate device resources using DPDK's memory allocator. b) UAR should be remapped for secondary processes. Currently, in order not to use different data structure for secondary processes, PMD tr