[dpdk-dev] [PATCH 5/7] eal/linux: mmap ioports on ppc64

2016-05-13 Thread Olivier Matz
On 05/13/2016 04:33 PM, David Marchand wrote: >> --- a/lib/librte_eal/common/include/rte_pci.h >> +++ b/lib/librte_eal/common/include/rte_pci.h >> @@ -105,7 +105,8 @@ extern struct pci_device_list pci_device_list; /**< >> Global list of PCI devices. >> /** Nb. of values in PCI resource format.

[dpdk-dev] [PATCH 5/7] eal/linux: mmap ioports on ppc64

2016-05-13 Thread David Marchand
On Fri, May 13, 2016 at 2:50 PM, Olivier Matz wrote: > On PPC64, the ioports are mapped in memory. Implement the missing part > of ioport API for PPC64 when using uio. This may also work on other > architectures but it has not been tested. > > Signed-off-by: David Marchand > Signed-off-by: Olivie

[dpdk-dev] [PATCH 5/7] eal/linux: mmap ioports on ppc64

2016-05-13 Thread Olivier Matz
On PPC64, the ioports are mapped in memory. Implement the missing part of ioport API for PPC64 when using uio. This may also work on other architectures but it has not been tested. Signed-off-by: David Marchand Signed-off-by: Olivier Matz --- lib/librte_eal/common/include/rte_pci.h| 4 +-