[dpdk-dev] [PATCH 0/8] bus/pci: remove PCI bus from EAL

2017-06-07 Thread Gaetan Rivet
This patchset moves the PCI bus out of the EAL to the drivers/bus subdirectory. The last remaining dependencies have been worked out and the PCI bus is now ready to be moved. Several issues remain: * librte_cryptodev * librte_pdump * librte_kni All depend on the PCI bus being available within

[dpdk-dev] [PATCH 0/8] bus/pci: remove PCI bus from EAL

2017-06-01 Thread Gaetan Rivet
This patchset moves the PCI bus out of the EAL to the drivers/bus subdirectory. The last remaining dependencies have been worked out and the PCI bus is not ready to be moved. Several issues remain: * librte_cryptodev * librte_eventdev * librte_pdump * librte_kni All depend on the PCI bus bei