eal: introduce PCI ioport API
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal_pci_uio.c
2016-02-16 David Marchandeal: introduce PCI ioport API
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-26 David Marchandeal: remove useless PCI id header inclusions
2015-07-08 Tetsuya Mukawapci: merge uio functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: introduce function to map uio resource by index
2015-07-08 Tetsuya Mukawapci: introduce functions to alloc and free uio resource
2015-07-08 Tetsuya Mukawapci: fix uio mapping differences between linux and bsd
2015-07-08 Tetsuya Mukawapci: fix memory leaks and needless increment of map...
2015-07-08 Tetsuya Mukawapci: close file descriptor of uio configuration
2015-07-08 Tetsuya Mukawapci: fix coding style
2015-05-13 Stephen Hemmingereal/linux: fix irq handling with igb_uio
2015-03-12 David Marchandeal: fix tailq init for uio and vfio resources
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-03 Thomas Monjaloneal/linux: fix build
2015-02-25 Tetsuya Mukawapci: unmap igb_uio resources
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-24 Bruce Richardsoneal/linux: remove unnecessary check for primary instance
2015-02-24 Bruce Richardsoneal/linux: populate uio maps from pci resources array
2015-02-24 Bruce Richardsoneal/linux: mmap uio resources using resourceX files
2015-02-23 Dan Alonieal/linux: allow to map BARs with MSI-X tables
2015-02-20 Danny Zhoueal/linux: enable uio_pci_generic support
2015-02-20 Sergio Gonzalez... eal/linux: fix fscanf format mismatch
2014-11-25 Anatoly Burakoveal/linux: map pci memory resources after hugepages
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-16 Anatoly Burakovpci: distinguish between legitimate failures and non...
2014-06-16 Anatoly Burakovpci: fix code style
2014-06-16 Anatoly Burakovpci: move uio mapping in a dedicated file