pci: introduce helpers for device name parsing/update
[dpdk.git] / lib / librte_eal / bsdapp / eal / eal_pci.c
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchandpci: initialize lists statically
2016-06-15 Rahul Lakkireddypci: fix config space access on FreeBSD
2016-06-14 Ziye Yangpci: support class id probing
2016-03-09 Huawei Xiepci: use new compiler flag for x86
2016-02-16 David Marchandeal: introduce PCI ioport API
2016-02-03 Yuanhan Liupci: export device mapping functions
2015-08-04 Thomas Monjalonpci: fix bsd build with gcc
2015-08-03 Thomas Monjalonpci: fix build on FreeBSD
2015-07-27 Stephen Hemmingereal: provide functions to access PCI config
2015-07-26 David Marchandeal: remove useless PCI id header inclusions
2015-07-14 Tetsuya Mukawavfio: fix device initialization
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge probing and closing functions for linux...
2015-07-08 Tetsuya Mukawapci: merge mapping functions for linux and bsd
2015-07-08 Tetsuya Mukawapci: merge uio 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-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/bsd: rename structures
2015-07-08 Tetsuya Mukawapci: fix memory leaks and needless increment of map...
2015-07-08 Tetsuya Mukawapci: fix coding style
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-05-11 Bruce Richardsoneal/bsd: fix build on FreeBSD
2015-04-01 Thomas Monjalonpci: rename passthrough driver to kernel driver
2015-03-12 David Marchandeal: fix tailq init for uio and vfio resources
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-10 David Marchandpci: use lookup tailq api
2015-03-04 Stephen Hemmingereal/bsd: remove useless assignments
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2014-11-05 Pablo de Laraeal/bsd: fix pci mapping in secondary process
2014-08-29 David Marchandeal: remove unused macros
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-16 Anatoly Burakovpci: rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEE...
2014-06-16 Anatoly Burakovpci: distinguish between legitimate failures and non...
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-06-10 Alan Carewpci: fix build for FreeBSD
2014-05-13 David Marchandpci: rework interrupt fd init and fix fd leak
2014-05-13 David Marchandpci: remove virtio-uio workaround
2014-05-13 David Marchandpci: align bsd implementation on linux
2014-04-29 Olivier Matzdevargs: allow to provide arguments per pci device...
2014-04-29 Olivier Matzpci: rename device and driver lists for bsd
2014-02-25 Bruce Richardsonadd FreeBSD support