Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-19 Thread Kevin Traynor
On 19/02/2020 10:18, Maxime Coquelin wrote: > Cc'ing stable as the commit it fixes was backported to v19.11 stable > branch. > fyi - it is relevant to 18.11 also as 3d01b759d is fixing something introduced in 18.11. I skipped 3d01b759d for now and will take the full set together when available.

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-19 Thread Maxime Coquelin
On 2/18/20 6:22 PM, Maxime Coquelin wrote: > This series fixes regression introduced in v20.02-rc3. > First patch fixes the error path, and second one fix > Vhost device reconfigure issue reported by Yinan. > > v2: > --- > - Fix error path order (David) > > Maxime Coquelin (2): > net/vhost:

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-19 Thread Maxime Coquelin
Cc'ing stable as the commit it fixes was backported to v19.11 stable branch. On 2/18/20 6:22 PM, Maxime Coquelin wrote: > This series fixes regression introduced in v20.02-rc3. > First patch fixes the error path, and second one fix > Vhost device reconfigure issue reported by Yinan. > > v2: > ---

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-19 Thread Maxime Coquelin
On 2/18/20 11:37 PM, Itsuro ODA wrote: > Hi Yinan, Maxime, David, > > Thank you for quick test, fix and review. > It looks good to me. > > The original fix has been queued to stable 19.11.1. > It should be rejected or applied this fix too. Thanks for the heads-up. I added Cc: sta...@dpdk.org

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Itsuro ODA
Hi Yinan, Maxime, David, Thank you for quick test, fix and review. It looks good to me. The original fix has been queued to stable 19.11.1. It should be rejected or applied this fix too. Thanks. Itsuto Oda On Tue, 18 Feb 2020 18:22:38 +0100 Maxime Coquelin wrote: > This series fixes regressio

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Maxime Coquelin
Sorry, just see I missed the v2 prefix. On 2/18/20 6:22 PM, Maxime Coquelin wrote: > This series fixes regression introduced in v20.02-rc3. > First patch fixes the error path, and second one fix > Vhost device reconfigure issue reported by Yinan. > > v2: > --- > - Fix error path order (David) >

[dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Maxime Coquelin
This series fixes regression introduced in v20.02-rc3. First patch fixes the error path, and second one fix Vhost device reconfigure issue reported by Yinan. v2: --- - Fix error path order (David) Maxime Coquelin (2): net/vhost: fix Vhost setup error path net/vhost: prevent multiple setup on

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Maxime Coquelin
On 2/18/20 4:24 PM, Wang, Yinan wrote: > This patch set can fix Vhost device reconfigure issue, thanks! Thanks for the quick test, I'll ask your Tested-by on patch 2. Maxime > >> -Original Message- >> From: Maxime Coquelin >> Sent: 2020年2月18日 22:35 >> To: dev@dpdk.org; o...@valinux.

Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Wang, Yinan
This patch set can fix Vhost device reconfigure issue, thanks! > -Original Message- > From: Maxime Coquelin > Sent: 2020年2月18日 22:35 > To: dev@dpdk.org; o...@valinux.co.jp; Wang, Yinan ; > Bie, Tiwei ; amore...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 0/2] Fix Vhost PMD setup

[dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup

2020-02-18 Thread Maxime Coquelin
This series fixes regression introduced in v20.02-rc3. First patch fixes the error path, and second one fix Vhost device reconfigure issue reported by Yinan. Maxime Coquelin (2): net/vhost: fix Vhost setup error path net/vhost: prevent multiple setup on reconfig drivers/net/vhost/rte_eth_vho