Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-28 Thread Thomas Monjalon
25/10/2018 05:30, Qi Zhang: > It's not necessary to insert device argment to devargs_list > during bus scan, but this happens when we try to attach a > device on secondary process. The patch fix the issue. > > Fixes: cdb068f031c6 ("bus/vdev: scan by multi-process channel") > Cc: sta...@dpdk.org >

Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-25 Thread Gaëtan Rivet
On Thu, Oct 25, 2018 at 03:18:20PM +, Zhang, Qi Z wrote: > > > > -Original Message- > > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > > Sent: Thursday, October 25, 2018 10:03 AM > > To: Zhang, Qi Z > > Cc: tho...@monjalon.net; dev@dpdk.org; sta...@dpdk.org > > Subject: Re: [PA

Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-25 Thread Zhang, Qi Z
> -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Thursday, October 25, 2018 10:03 AM > To: Zhang, Qi Z > Cc: tho...@monjalon.net; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] bus/vdev: fix device argument corrupt after bus scan > > On Thu, Oct 2

Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-25 Thread Gaëtan Rivet
On Thu, Oct 25, 2018 at 02:56:55PM +, Zhang, Qi Z wrote: > > > > -Original Message- > > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > > Sent: Thursday, October 25, 2018 4:51 AM > > To: Zhang, Qi Z > > Cc: tho...@monjalon.net; dev@dpdk.org; sta...@dpdk.org > > Subject: Re: [PAT

Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-25 Thread Zhang, Qi Z
> -Original Message- > From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com] > Sent: Thursday, October 25, 2018 4:51 AM > To: Zhang, Qi Z > Cc: tho...@monjalon.net; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH] bus/vdev: fix device argument corrupt after bus scan > > On Thu, Oct 25

Re: [dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-25 Thread Gaëtan Rivet
On Thu, Oct 25, 2018 at 11:30:36AM +0800, Qi Zhang wrote: > It's not necessary to insert device argment to devargs_list > during bus scan, but this happens when we try to attach a > device on secondary process. The patch fix the issue. > > Fixes: cdb068f031c6 ("bus/vdev: scan by multi-process chan

[dpdk-dev] [PATCH] bus/vdev: fix device argument corrupt after bus scan

2018-10-24 Thread Qi Zhang
It's not necessary to insert device argment to devargs_list during bus scan, but this happens when we try to attach a device on secondary process. The patch fix the issue. Fixes: cdb068f031c6 ("bus/vdev: scan by multi-process channel") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang --- drivers/bus