Re: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order

2019-09-26 Thread Gaëtan Rivet
; ferruh.yi...@intel.com; anatoly.bura...@intel.com; Thomas Monjalon > ; Jerin Jacob Kollanukkaran > Subject: Re: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in > whitelisted order > > On Wed, Sep 25, 2019 at 06:41:36AM +, Slava Ovsiienko wrote: > > > -Original M

Re: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order

2019-09-25 Thread Vamsi Krishna Attunuru
dk.org > > Cc: gaetan.ri...@6wind.com; ferruh.yi...@intel.com; > > anatoly.bura...@intel.com; Thomas Monjalon ; > > jer...@marvell.com; Vamsi Attunuru > > Subject: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in > > whitelisted order > > > > From: Vamsi

Re: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order

2019-09-25 Thread Gaëtan Rivet
> > anatoly.bura...@intel.com; Thomas Monjalon ; > > jer...@marvell.com; Vamsi Attunuru > > Subject: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted > > order > > > > From: Vamsi Attunuru > > > > Current pci bus driver scans

Re: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order

2019-09-24 Thread Slava Ovsiienko
> Subject: [dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted > order > > From: Vamsi Attunuru > > Current pci bus driver scans pci devices in the order that it read from sysfs. > Accordingly all or whitelisted devices are getting probed. > > Pat

[dpdk-dev] [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order

2019-09-23 Thread vattunuru
From: Vamsi Attunuru Current pci bus driver scans pci devices in the order that it read from sysfs. Accordingly all or whitelisted devices are getting probed. Patch modifies the probing order of whitelisted pci devices in a sequence the devices are whitelisted(using EAL flags). It ensures the e