Re: [dpdk-dev] [PATCH v2 2/3] net/mlx4: add external allocator for Verbs object

2019-03-26 Thread Shahaf Shuler
Monday, March 25, 2019 9:18 PM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH v2 2/3] net/mlx4: add external allocator for > Verbs object > > To support secondary process, the memory allocated by library such as > completion rings (CQ) and buffer rings (WQ) must be manageable by EAL

[dpdk-dev] [PATCH v2 2/3] net/mlx4: add external allocator for Verbs object

2019-03-25 Thread Yongseok Koh
To support secondary process, the memory allocated by library such as completion rings (CQ) and buffer rings (WQ) must be manageable by EAL, in order to share it with secondary processes. With new changes in rdma-core and kernel driver, it is possible to provide an external allocator to the library