[dpdk-dev] [PATCH 0/9] pci cleanup and blacklist rework

2016-01-27 Thread David Marchand
On Fri, Jan 22, 2016 at 4:27 PM, David Marchand wrote: > The 4th patch introduces a change in linux eal. > Before, if a pci device was bound to no kernel driver, eal would set kdrv > to "unknown". With this change, kdrv is set to "none". > This might make it possible to avoid the old issue of virt

[dpdk-dev] [PATCH 0/9] pci cleanup and blacklist rework

2016-01-22 Thread David Marchand
Before 2.2.0 release, while preparing for more changes in eal (and fixing a problem reported by Roger M. [1]), I came up with this patchset that tries to make the pci code more compact and easier to read. I did limited testing, but this has been in my tree for quite some time now, so sending this