[dpdk-dev] [PATCH v2 2/2] pci: use igb_uio mapping only when needed

2013-09-17 Thread Damien Millescamps
On 09/17/2013 12:21 PM, Thomas Monjalon wrote: > pci_uio_map_resource() should only be called for Intel devices > (using igb_uio kernel module). > The flag RTE_PCI_DRV_NEED_IGB_UIO is set for all those devices, even when > RTE_EAL_UNBIND_PORTS is disabled. > > Signed-off-by: Thomas Monjalon Acked-

[dpdk-dev] [PATCH v2 2/2] pci: use igb_uio mapping only when needed

2013-09-17 Thread Thomas Monjalon
pci_uio_map_resource() should only be called for Intel devices (using igb_uio kernel module). The flag RTE_PCI_DRV_NEED_IGB_UIO is set for all those devices, even when RTE_EAL_UNBIND_PORTS is disabled. Signed-off-by: Thomas Monjalon --- app/test/test_pci.c |2 -- lib/libr