Re: [dpdk-dev] [PATCH 2/4] net/mlx5: replace IPC socket with EAL API

2019-03-18 Thread Yongseok Koh
On Thu, Mar 14, 2019 at 05:36:32AM -0700, Shahaf Shuler wrote: > Hi Koh, > > Thursday, March 7, 2019 9:33 AM, Yongseok Koh: > > Subject: [PATCH 2/4] net/mlx5: replace IPC socket with EAL API > > > > Socket API is used for IPC in order for secondary process to acquire Verb > > command file descri

Re: [dpdk-dev] [PATCH 2/4] net/mlx5: replace IPC socket with EAL API

2019-03-14 Thread Shahaf Shuler
Hi Koh, Thursday, March 7, 2019 9:33 AM, Yongseok Koh: > Subject: [PATCH 2/4] net/mlx5: replace IPC socket with EAL API > > Socket API is used for IPC in order for secondary process to acquire Verb > command file descriptor. The FD is used to remap UAR address. The new > multi-process APIs (rte_

[dpdk-dev] [PATCH 2/4] net/mlx5: replace IPC socket with EAL API

2019-03-06 Thread Yongseok Koh
Socket API is used for IPC in order for secondary process to acquire Verb command file descriptor. The FD is used to remap UAR address. The new multi-process APIs (rte_mp) in EAL are newly introduced. mlx5_socket.c is replaced with mlx5_mp.c, which uses the new APIs. As it is PMD global infrastruc