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

2019-03-26 Thread Shahaf Shuler
Monday, March 25, 2019 9:16 PM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH v2 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 >

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

2019-03-25 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