2016-02-16 21:37, David Marchand: > Introduce a new pci ioport api in eal to mask all arch / kernel driver > specifics. > > - rte_eal_pci_ioport_map is responsible for initialising an rte_pci_ioport > object that is used in subsequent calls, this function must be tweaked per > architecture and per kernel driver, > - rte_eal_pci_ioport_read / rte_eal_pci_ioport_write uses a rte_pci_ioport > object to read / write those resources, > - rte_eal_pci_ioport_unmap releases resources used by a rte_pci_ioport > object if necessary.
Applied, thanks