[dpdk-dev] [PATCH v2 0/7] pci cleanup

2014-05-13 Thread Thomas Monjalon
2014-05-09 15:15, David Marchand: > Hello all, > > Here is an attempt at having an equal implementation in bsd and linux > eal_pci.c. It results in following changes : > - checks on driver flag in bsd which were missing > - remove virtio-uio workaround in linux eal_pci.c > - remove deprecated RTE_

[dpdk-dev] [PATCH v2 0/7] pci cleanup

2014-05-09 Thread David Marchand
Hello all, Here is an attempt at having an equal implementation in bsd and linux eal_pci.c. It results in following changes : - checks on driver flag in bsd which were missing - remove virtio-uio workaround in linux eal_pci.c - remove deprecated RTE_EAL_UNBIND_PORTS option Along the way, I disco