Re: [dpdk-dev] [PATCH 3/4] eal: fix IPC request socket paths

2018-02-22 Thread Tan, Jianfeng
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, February 22, 2018 11:44 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng > Subject: [PATCH 3/4] eal: fix IPC request socket paths > > Fixes: 783b6e54971d ("eal: add synchronous multi-process communication") > Cc: jianfeng@intel

[dpdk-dev] [PATCH 3/4] eal: fix IPC request socket paths

2018-02-22 Thread Anatoly Burakov
Fixes: 783b6e54971d ("eal: add synchronous multi-process communication") Cc: jianfeng@intel.com Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/eal_common_proc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/l