Re: [dpdk-dev] [PATCH v2 1/4] eal: add channel for multi-process communication

2018-01-15 Thread Ananyev, Konstantin
Hi Jianfeng, > > Previouly, there are three channels for multi-process > (i.e., primary/secondary) communication. > 1. Config-file based channel, in which, the primary process writes > info into a pre-defined config file, and the secondary process > reads the info out. > 2. vfio sub

Re: [dpdk-dev] [PATCH v2 1/4] eal: add channel for multi-process communication

2018-01-13 Thread Burakov, Anatoly
On 11-Jan-18 4:07 AM, Jianfeng Tan wrote: diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/librte_eal/common/eal_common_proc.c index 40fa982..d700e9e 100644 + int rte_eal_primary_proc_alive(const char *config_file_path) { @@ -31,3 +75,347 @@ rte_eal_primary_proc_alive(const

[dpdk-dev] [PATCH v2 1/4] eal: add channel for multi-process communication

2018-01-10 Thread Jianfeng Tan
Previouly, there are three channels for multi-process (i.e., primary/secondary) communication. 1. Config-file based channel, in which, the primary process writes info into a pre-defined config file, and the secondary process reads the info out. 2. vfio submodule has its own channel ba