[dpdk-dev] [PATCH v4 0/3] fix and improve uio_pci_generic support

2015-02-24 Thread Thomas Monjalon
> V4 changes: Split second patch into two for more readable history > > V3 changes: Rebase to take account of commit 90a1633b > "eal/linux: allow to map BARs with MSI-X tables" > > This patch does some cleanup of the uio mapping code to > a) fix issue with mmap of PCI bars reported by

[dpdk-dev] [PATCH v4 0/3] fix and improve uio_pci_generic support

2015-02-24 Thread Bruce Richardson
V4 changes: Split second patch into two for more readable history V3 changes: Rebase to take account of commit 90a1633b "eal/linux: allow to map BARs with MSI-X tables" This patch does some cleanup of the uio mapping code to a) fix issue with mmap of PCI bars reported by Tetsuya and