Re: [dpdk-dev] [PATCH 0/3] generic channel for multi-process communication

2017-12-12 Thread Burakov, Anatoly
On 12-Dec-17 7:34 AM, Tan, Jianfeng wrote: Hi Anatoly, -Original Message- From: Burakov, Anatoly Sent: Monday, December 11, 2017 6:00 PM To: Tan, Jianfeng; dev@dpdk.org Cc: Richardson, Bruce; Ananyev, Konstantin; tho...@monjalon.net Subject: Re: [PATCH 0/3] generic channel for multi-pro

Re: [dpdk-dev] [PATCH 0/3] generic channel for multi-process communication

2017-12-11 Thread Tan, Jianfeng
Hi Anatoly, > -Original Message- > From: Burakov, Anatoly > Sent: Monday, December 11, 2017 6:00 PM > To: Tan, Jianfeng; dev@dpdk.org > Cc: Richardson, Bruce; Ananyev, Konstantin; tho...@monjalon.net > Subject: Re: [PATCH 0/3] generic channel for multi-process communication > > On 30-Nov-

Re: [dpdk-dev] [PATCH 0/3] generic channel for multi-process communication

2017-12-11 Thread Burakov, Anatoly
On 30-Nov-17 6:44 PM, Jianfeng Tan wrote: This patchset adds a generic channel for multi-process (primary/secondary) communication. Patch 1: addess the purpose and howto; Patch 2: add a syncrhonous way for those messages which need a response immediately. Patch 3: Rework vfio to use this generi

[dpdk-dev] [PATCH 0/3] generic channel for multi-process communication

2017-11-30 Thread Jianfeng Tan
This patchset adds a generic channel for multi-process (primary/secondary) communication. Patch 1: addess the purpose and howto; Patch 2: add a syncrhonous way for those messages which need a response immediately. Patch 3: Rework vfio to use this generic communication channel. Jianfeng Tan (3):