pci: remove virtio-uio workaround
authorDavid Marchand <david.marchand@6wind.com>
Fri, 9 May 2014 13:15:55 +0000 (15:15 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 13 May 2014 11:20:35 +0000 (13:20 +0200)
commit99d44c7e26aa07479a1368fca4d9c7a622a2ccfc
tree6b38cc97201d416104a7204992f6bad356370b00
parent8e5f9df258e5f149a31847fab08a334541f7331a
pci: remove virtio-uio workaround

virtio-uio does not need eal to map bars from uio device, so remove flag
RTE_PCI_DRV_NEED_IGB_UIO.
Then, move virtio-uio workaround out of generic eal_pci.c for linux
implementation.

Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
lib/librte_eal/bsdapp/eal/eal_pci.c
lib/librte_eal/linuxapp/eal/eal_pci.c
lib/librte_pmd_virtio/virtio_ethdev.c