[dpdk-dev] [PATCH v3 1/3] eal: enable uio_pci_generic support

2015-02-23 Thread David Marchand
Hello, Ok this is coming too late, but anyway, my comments. On Fri, Feb 20, 2015 at 5:59 PM, Bruce Richardson < bruce.richardson at intel.com> wrote: [snip] diff --git a/lib/librte_eal/linuxapp/eal/eal_pci_uio.c > b/lib/librte_eal/linuxapp/eal/eal_pci_uio.c > index 54cce08..2b16fcb 100644 > --

[dpdk-dev] [PATCH v3 1/3] eal: enable uio_pci_generic support

2015-02-20 Thread Bruce Richardson
From: Zhou Danny Change the EAL PCI code so that it can work with both the uio_pci_generic in-tree driver, as well as the igb_uio DPDK-specific driver. This involves changes to 1) Modify method of retrieving BAR resource mapping information 2) Mapping using resource files in /sys rather than /de