Re: [dpdk-dev] [PATCH v5 4/6] eal: lock IPC directory on init and send

2018-03-11 Thread Tan, Jianfeng
On 3/8/2018 12:56 AM, Anatoly Burakov wrote: When sending IPC messages, prevent new sockets from initializing. Signed-off-by: Anatoly Burakov Make sense. Acked-by: Jianfeng Tan Thanks!

[dpdk-dev] [PATCH v5 4/6] eal: lock IPC directory on init and send

2018-03-07 Thread Anatoly Burakov
When sending IPC messages, prevent new sockets from initializing. Signed-off-by: Anatoly Burakov --- Notes: v5: removed init files introduced in v4 v4: fixed resource leaks and added support for init files introduced in v4 series lib/librte_eal/common/eal_common_proc.c | 5