eal: introduce driver init macros
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
2016-10-03 David Marchandeal: introduce driver init macros
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-06-15 Olivier Matzpci: mmap ioports on non-x86 Linux
2016-06-15 Olivier Matzpci: fix typos in ioport doxygen comments
2016-06-14 Ziye Yangpci: support class id probing
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-04-22 Thomas Monjalonlib: remove poisoned flags
2016-04-20 Thomas Monjalonpci: remove deprecated specific config
2016-03-09 Helin Zhangpci: remove config of extended tag
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-03 Yuanhan Liupci: export device mapping functions
2015-11-03 Bernard Iremongerdrivers: copy fake PCI device info to ethdev data
2015-09-03 Thomas Monjaloneal: remove deprecated function
2015-07-30 Helin Zhangeal/linux: fix build with extra pci config
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-18 Thomas Monjalonpci: fix detach and uninit naming
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge resource mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge mapping structures for linux and bsd
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-12 Stephen Hemmingereal: fix whitespace
2015-05-29 Bruce Richardsoneal: fix missing header dependency
2015-04-23 Stephen Hemmingerpci: allow const pci address parameter
2015-04-20 Stephen Hemmingerpci: make device id tables const
2015-04-01 Thomas Monjalonpci: rename passthrough driver to kernel driver
2015-03-04 Thomas Monjalonvirtio: fix build with mempool debug enabled
2015-02-25 Tetsuya Mukawaethdev: attach or detach port
2015-02-25 Tetsuya Mukawaethdev: remove assumption that port will not be detached
2015-02-25 Tetsuya Mukawapci: probe or close device
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Michael Qiupci: add kernel driver type
2015-02-24 Bruce Richardsoneal/linux: mmap uio resources using resourceX files
2015-02-24 Stefan Puiulib: fix C++11 compilation
2015-02-20 Danny Zhoueal/linux: enable uio_pci_generic support
2014-09-29 Thomas Monjalonpci: remove flag for multiple devices with single id
2014-06-27 Stephen Hemmingerethdev: add link state interrupt flag
2014-06-16 Anatoly Burakoveal: move interrupt type out of igb_uio
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-04-10 Olivier Matzdevargs: allow to provide arguments per pci device
2014-04-10 Olivier Matzdevargs: use devargs for vdev and PCI whitelist/blacklist
2014-04-10 Olivier Matzpci: rename device and driver lists
2014-02-26 Damien Millescampspci: add flag to force unbind device
2014-02-26 Thomas Monjalonpci: use igb_uio mapping only when needed
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteleal: allow to blacklist address without domain prefix
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelpci: store numa_node per device
2013-09-17 Intelpci: configure SR-IOV with max_vfs
2013-09-17 Intelpci: don't unbind resources on exit
2013-09-17 Stephen Hemmingerpci: support multiple PCI regions per device
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Adrien Mazarguilpci: allow drivers to be bound several times to the...
2013-07-25 Intelpci: make it possible to keep devices bound to uio
2013-07-25 Adrien Mazarguilpci: reference driver structure for each device
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release