eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_dev.h
2019-11-19 Kevin Traynorlib: fix doxygen typos
2019-07-22 David Marchandbus/pci: remove Mellanox kernel driver type
2019-07-08 Krzysztof Kanaseal: fix typo in comments
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-03 Yongseok Kohbus/pci: add Mellanox kernel driver type
2019-04-21 Thomas Monjaloneal: promote some experimental functions as stable
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2019-03-01 Stephen Hemmingereal: remove legacy PMD log macro
2019-03-01 Stephen Hemmingereal: drop unused macros for primary process check
2018-11-06 Thomas Monjaloneal: remove experimental tag for probe/remove
2018-10-26 Thomas Monjaloneal: remove deprecated attach/detach functions
2018-10-17 Thomas Monjaloneal: allow probing a device again
2018-10-17 Thomas Monjaloneal: add function to query device status
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-17 Qi Zhangeal: enable hotplug on multi-process
2018-10-15 Jeff Guoeal: modify device event process function
2018-10-15 Jeff Guoeal: add failure handling for hot-unplug
2018-10-11 Thomas Monjaloneal: simplify parameters of hotplug functions
2018-10-11 Thomas Monjaloneal: remove experimental flag of hotplug functions
2018-10-11 Thomas Monjaloneal: add bus pointer in device structure
2018-08-05 Andrew Rybchenkoeal: deprecate device attach and detach functions
2018-07-15 Gaetan Riveteal: implement device iteration
2018-07-15 Gaetan Riveteal: implement device iteration initialization
2018-07-15 Gaetan Riveteal: add device iterator interface
2018-07-10 Jananee Parthasarathycryptodev: remove debug compilation option
2018-07-02 Ferruh Yigiteal: do not enable static log macro for ethdev
2018-05-13 Andy Greeneal: declare trace buffer at top of own block
2018-04-13 Jeff Guoeal: add device event monitor framework
2018-02-01 Olivier Matzeal: use SPDX tags in 6WIND copyrighted files
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-06 Thomas Monjalonremove include of generated config header
2017-10-12 Stephen Hemmingerethdev: increase device internal name length
2017-07-19 Gaetan Rivetdevargs: restore device type API
2017-07-08 Gaetan Riveteal: move kernel driver enum out of PCI header
2017-07-05 Ferruh Yigitethdev: ensure same name size for device and ethdev
2017-07-03 Jan Blunckethdev: use device handle to detach
2017-07-03 Jan Blunckeal: add hotplug add/remove device
2017-07-03 Jan Blunckbus: add method to find device
2017-05-05 Thomas Monjalonvdev: remove eal prefix
2017-05-04 Thomas Monjaloneal: remove forward declaration of generic driver
2017-05-04 Thomas Monjaloneal: remove generic driver and device lists
2017-04-30 Adrien Mazarguileal: fix debug macro redefinition
2017-04-18 Jan Blunckeal: add name field to generic device
2017-04-14 Jan Blunckeal: remove unused device init function
2016-12-24 Stephen Hemmingereal: make driver pointer const in device struct
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-10-25 Jan Blunckeal: add driver name alias
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-03 Jan Viktorineal: introduce generalized device
2016-10-03 Jan Viktorineal: rename and move PCI resource structure
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandeal: add hotplug operations for PCI and vdev
2016-10-03 David Marchandeal: introduce driver init macros
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-07-08 Thomas Monjaloneal: remove PCI include from generic driver header
2016-07-06 Neil Hormandrivers: update registration macro usage
2015-11-25 Declan Dohertyethdev: make error checking macros public
2015-02-25 Tetsuya Mukawaeal: add vdev init and uninit
2014-09-29 David Marchandeal: revert link bonding specific initialization
2014-07-01 Declan Dohertyeal: support link bonding device initialization
2014-05-21 Thomas Monjaloneal: fix indentation of previous patchset
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...