Re: [dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-02-04 Thread Itsuro ODA
Hi Maxime, Thank you for your reply and review. I will make fixes of the patches according to your indication and post them. Thanks. Itsuro Oda On Tue, 4 Feb 2020 18:54:23 +0100 Maxime Coquelin wrote: > Hi Itsuro, > > On 1/20/20 3:17 AM, Itsuro ODA wrote: > > Hi vhost PMD maitainers, > > > >

Re: [dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-02-04 Thread Maxime Coquelin
Hi Itsuro, On 1/20/20 3:17 AM, Itsuro ODA wrote: > Hi vhost PMD maitainers, > > I have not got any feedback yet. > Since this is the first time I submit a patch, something > may be wrong, would you tell me what should I do ? Sorry for the delay, and thanks for the contribution. You series does

Re: [dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-01-19 Thread Itsuro ODA
Hi vhost PMD maitainers, I have not got any feedback yet. Since this is the first time I submit a patch, something may be wrong, would you tell me what should I do ? Thanks. On Thu, 9 Jan 2020 08:22:05 +0900 Itsuro Oda wrote: > vhost PMD has not been available for secondary processes since >

[dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-01-08 Thread Itsuro Oda
vhost PMD has not been available for secondary processes since DPDK v18.11. (https://bugs.dpdk.org/show_bug.cgi?id=194) (for a long term !) This series of patches intend to make vhost PMD available for secondary processes. Because now setting vhost driver to communicate with a vhost-user master (e

Re: [dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-01-07 Thread Itsuro ODA
Hi, I will fix to add signed-off-by and correct spelling error according to test-report@dpdk. Please check the content until then. Thanks. On Wed, 8 Jan 2020 15:25:06 +0900 o...@valinux.co.jp wrote: > From: Itsuro Oda > > vhost PMD has not been available for secondary processes since > DPDK

[dpdk-dev] [PATCH 0/4] make vhost PMD available for secondary processes

2020-01-07 Thread oda
From: Itsuro Oda vhost PMD has not been available for secondary processes since DPDK v18.11. (https://bugs.dpdk.org/show_bug.cgi?id=194) (for a long term !) This series of patches intend to make vhost PMD available for secondary processes. Because now setting vhost driver to communicate with a v