Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix find device start condition

2018-04-04 Thread Thomas Monjalon
23/03/2018 09:52, Shreyansh Jain: > On Thu, Mar 22, 2018 at 3:58 PM, Gaetan Rivet wrote: > > If start is set and a device before it matches the data, > > this device is returned. > > > > Fixes: c7fe1eea8a74 ("bus: simplify finding starting point") > > Cc: sta...@dpdk.org > > > > Cc: Hemant Agrawal

Re: [dpdk-dev] [PATCH v1] bus/fslmc: fix find device start condition

2018-03-23 Thread Shreyansh Jain
On Thu, Mar 22, 2018 at 3:58 PM, Gaetan Rivet wrote: > If start is set and a device before it matches the data, > this device is returned. > > Fixes: c7fe1eea8a74 ("bus: simplify finding starting point") > Cc: sta...@dpdk.org > > Cc: Hemant Agrawal > Cc: Shreyansh Jain > Signed-off-by: Gaetan Ri

[dpdk-dev] [PATCH v1] bus/fslmc: fix find device start condition

2018-03-22 Thread Gaetan Rivet
If start is set and a device before it matches the data, this device is returned. Fixes: c7fe1eea8a74 ("bus: simplify finding starting point") Cc: sta...@dpdk.org Cc: Hemant Agrawal Cc: Shreyansh Jain Signed-off-by: Gaetan Rivet --- Hi Shreyansh, Hemant, Sorry, I did not test this. I found t