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

2014-04-29 Thread Burakov, Anatoly
> 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 di

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

2014-04-29 Thread Neil Horman
On Mon, Apr 28, 2014 at 03:19:40PM +0200, David Marchand wrote: > 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 ea

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

2014-04-28 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