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

2018-01-29 Thread Burakov, Anatoly
On 29-Jan-18 6:37 AM, Tan, Jianfeng wrote: Hi Anatoly, -Original Message- From: Burakov, Anatoly Sent: Friday, January 26, 2018 6:26 PM To: Tan, Jianfeng; dev@dpdk.org Cc: Richardson, Bruce; Ananyev, Konstantin; tho...@monjalon.net Subject: Re: [PATCH v6 1/2] eal: add channel for multi-

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

2018-01-28 Thread Tan, Jianfeng
Hi Anatoly, > -Original Message- > From: Burakov, Anatoly > Sent: Friday, January 26, 2018 6:26 PM > To: Tan, Jianfeng; dev@dpdk.org > Cc: Richardson, Bruce; Ananyev, Konstantin; tho...@monjalon.net > Subject: Re: [PATCH v6 1/2] eal: add channel for multi-process > communication > > On 26

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

2018-01-26 Thread Burakov, Anatoly
On 26-Jan-18 3:41 AM, Jianfeng Tan wrote: 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

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

2018-01-25 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