patches for DPDK stable branches
 help / color / mirror / Atom feed
* Re: [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup
       [not found] <20200218172240.558516-1-maxime.coquelin@redhat.com>
@ 2020-02-18 22:37 ` Itsuro ODA
  2020-02-19 10:16   ` Maxime Coquelin
  2020-02-19 10:18 ` Maxime Coquelin
  2020-02-19 10:23 ` [dpdk-stable] " Maxime Coquelin
  2 siblings, 1 reply; 5+ messages in thread
From: Itsuro ODA @ 2020-02-18 22:37 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: dev, yinan.wang, tiwei.bie, amorenoz, david.marchand, stable

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 <maxime.coquelin@redhat.com> 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: fix Vhost setup error path
>   net/vhost: prevent multiple setup on reconfig
> 
>  drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++-------
>  1 file changed, 19 insertions(+), 7 deletions(-)
> 
> -- 
> 2.24.1

-- 
Itsuro ODA <oda@valinux.co.jp>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup
  2020-02-18 22:37 ` [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup Itsuro ODA
@ 2020-02-19 10:16   ` Maxime Coquelin
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2020-02-19 10:16 UTC (permalink / raw)
  To: Itsuro ODA; +Cc: dev, yinan.wang, tiwei.bie, amorenoz, david.marchand, stable



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: stable@dpdk.org in the commit messages.

Maxime

> Thanks.
> Itsuto Oda
> 
> On Tue, 18 Feb 2020 18:22:38 +0100
> Maxime Coquelin <maxime.coquelin@redhat.com> 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: fix Vhost setup error path
>>   net/vhost: prevent multiple setup on reconfig
>>
>>  drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++-------
>>  1 file changed, 19 insertions(+), 7 deletions(-)
>>
>> -- 
>> 2.24.1
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup
       [not found] <20200218172240.558516-1-maxime.coquelin@redhat.com>
  2020-02-18 22:37 ` [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup Itsuro ODA
@ 2020-02-19 10:18 ` Maxime Coquelin
  2020-02-19 11:17   ` [dpdk-stable] [dpdk-dev] " Kevin Traynor
  2020-02-19 10:23 ` [dpdk-stable] " Maxime Coquelin
  2 siblings, 1 reply; 5+ messages in thread
From: Maxime Coquelin @ 2020-02-19 10:18 UTC (permalink / raw)
  To: dev, oda, yinan.wang, tiwei.bie, amorenoz, david.marchand; +Cc: stable

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:
> ---
> - Fix error path order (David)
> 
> Maxime Coquelin (2):
>   net/vhost: fix Vhost setup error path
>   net/vhost: prevent multiple setup on reconfig
> 
>  drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++-------
>  1 file changed, 19 insertions(+), 7 deletions(-)
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup
       [not found] <20200218172240.558516-1-maxime.coquelin@redhat.com>
  2020-02-18 22:37 ` [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup Itsuro ODA
  2020-02-19 10:18 ` Maxime Coquelin
@ 2020-02-19 10:23 ` Maxime Coquelin
  2 siblings, 0 replies; 5+ messages in thread
From: Maxime Coquelin @ 2020-02-19 10:23 UTC (permalink / raw)
  To: dev, oda, yinan.wang, tiwei.bie, amorenoz, david.marchand; +Cc: stable



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: fix Vhost setup error path
>   net/vhost: prevent multiple setup on reconfig
> 
>  drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++-------
>  1 file changed, 19 insertions(+), 7 deletions(-)
> 

Applied to dpdk-next-virtio/master

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-stable] [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup
  2020-02-19 10:18 ` Maxime Coquelin
@ 2020-02-19 11:17   ` Kevin Traynor
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Traynor @ 2020-02-19 11:17 UTC (permalink / raw)
  To: Maxime Coquelin, dev, oda, yinan.wang, tiwei.bie, amorenoz,
	david.marchand
  Cc: stable

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.

> 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: fix Vhost setup error path
>>   net/vhost: prevent multiple setup on reconfig
>>
>>  drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++-------
>>  1 file changed, 19 insertions(+), 7 deletions(-)
>>
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-19 11:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200218172240.558516-1-maxime.coquelin@redhat.com>
2020-02-18 22:37 ` [dpdk-stable] [PATCH 0/2] Fix Vhost PMD setup Itsuro ODA
2020-02-19 10:16   ` Maxime Coquelin
2020-02-19 10:18 ` Maxime Coquelin
2020-02-19 11:17   ` [dpdk-stable] [dpdk-dev] " Kevin Traynor
2020-02-19 10:23 ` [dpdk-stable] " Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).