Re: [dpdk-dev] [PATCH v11 09/13] pci: add bus driver

2017-02-15 Thread Thomas Monjalon
2017-02-15 11:42, Jan Blunck: > > /** > > + * Add a PCI device to the PCI Bus (append to PCI Device list). This > > function > > + * also updates the bus references of the PCI Device (and the generic > > device > > + * object embedded within. > > + * > > + * @param pci_dev > > + * PCI device

Re: [dpdk-dev] [PATCH v11 09/13] pci: add bus driver

2017-02-15 Thread Jan Blunck
On Thu, Jan 19, 2017 at 5:45 AM, Thomas Monjalon wrote: > From: Shreyansh Jain > > Based on EAL Bus APIs, PCI bus callbacks and support functions are > introduced in this patch. > > EAL continues to have direct PCI init/scan calls as well. These would be > removed in subsequent patches to enable

[dpdk-dev] [PATCH v11 09/13] pci: add bus driver

2017-01-18 Thread Thomas Monjalon
From: Shreyansh Jain Based on EAL Bus APIs, PCI bus callbacks and support functions are introduced in this patch. EAL continues to have direct PCI init/scan calls as well. These would be removed in subsequent patches to enable bus only PCI devices. Signed-off-by: Shreyansh Jain Reviewed-by: Fe