eventdev: remove unneeded dependencies
[dpdk.git] / lib /
2017-04-04 Bruce Richardsoneventdev: remove unneeded dependencies
2017-04-04 Nipun Guptaeventdev: update event port link and unlink callbacks
2017-04-04 Jerin Jacobeventdev: implement PMD registration functions
2017-04-04 Jerin Jacobeventdev: implement the northbound APIs
2017-04-04 Jerin Jacobeventdev: define southbound driver interface
2017-04-04 Jerin Jacobeventdev: introduce event driven programming model
2017-04-01 Yuanhan Liuvhost: do not destroy device on repeat mem table message
2017-04-01 Yuanhan Liuvhost: workaround the build dependency on mbuf header
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: add features changed callback
2017-04-01 Yuanhan Liuvhost: rename virtio-net to vhost
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: move the device ready check at proper place
2017-04-01 Yuanhan Liuvhost: export the number of vrings
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export API to translate gpa to vva
2017-04-01 Yuanhan Liuvhost: export vhost vring info
2017-04-01 Yuanhan Liuvhost: introduce API to fetch negotiated features
2017-04-01 Yuanhan Liuvhost: export guest memory regions
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-01 Yuanhan Liuvhost: introduce driver features related APIs
2017-04-01 Yuanhan Liuvhost: fix fd leaks for vhost-user server mode
2017-04-01 Jianfeng Taneal/linux: add interrupt type for vdev
2017-04-01 Kevin Traynorvhost: fix false sharing
2017-04-01 Maxime Coquelinvhost: add API to get MTU value
2017-04-01 Maxime Coquelinvhost: add new ready status flag
2017-04-01 Maxime Coquelinvhost: support MTU protocol feature
2017-04-01 Maxime Coquelinvhost: enable virtio MTU feature
2017-04-01 Yuanhan Liuvhost: remove a hack on queue allocation
2017-04-01 Yuanhan Liuvhost: fix max queues
2017-04-01 Yuanhan Liuvhost: fix multiple queue not enabled for old kernels
2017-04-01 Ilya Maximetsvhost: change log levels in client mode
2017-04-01 Matthias Gattovhost: try to shrink pfdset when fdset_add fails
2017-04-04 Yongseok Kohethdev: remove requirement of aligned RETA size
2017-04-04 Beilei Xingethdev: add MPLS and GRE flow API items
2017-04-04 Shahaf Shulereal/linux: support external Rx interrupt
2017-04-04 Nirmoy Daskni: fix build on Suse 12 SP3
2017-04-04 Allain Legacycfgfile: support empty value
2017-04-04 Joseph Richardcfgfile: fix parsing of long fields
2017-04-04 Allain Legacycfgfile: constrain string search
2017-04-04 Allain Legacycfgfile: support configurable comment character
2017-04-04 Allain Legacycfgfile: support global properties section
2017-04-04 David Huntdistributor: fix creation error checks
2017-04-04 Jerin Jacobeal/linux: fix build with glibc 2.25
2017-04-04 Bruce Richardsonnic_uio: fix device binding at boot
2017-04-04 Jianfeng Tanvfio: fix secondary process start
2017-04-03 Anatoly Burakovvfio: fix build
2017-04-03 Ferruh Yigitigb_uio: fix build with kernel < 3.2
2017-04-03 Shreyansh Jainmempool: move stack handler as a driver
2017-04-03 Shreyansh Jainmempool: move ring handler as a driver
2017-04-03 Shreyansh Jainmempool: fix crash when handler not found
2017-04-03 Andriy Berestovskyymempool: fix typos
2017-04-03 Gage Eadsmempool: update non-EAL thread note
2017-03-30 David Suigb_uio: use non-threaded ISR
2017-03-30 Alejandro Luceroigb_uio: map dummy DMA forcing IOMMU domain attachment
2017-03-30 Alejandro Lucerovfio: support hotplug
2017-03-30 Nikhil Raovfio: fix disabling INTx
2017-03-30 Anatoly Burakovvfio: fix build on old kernel
2017-03-30 Ferruh Yigitkni: fix build with kernel 4.11
2017-03-30 Olivier Matzmk: fix dependencies to optional configs
2017-03-30 Olivier Matzethdev: add descriptor status API
2017-03-29 Bruce Richardsonring: make struct and macros type agnostic
2017-03-29 Bruce Richardsonring: create common function for updating tail index
2017-03-29 Bruce Richardsonring: separate out head index manipulation
2017-03-29 Bruce Richardsonring: reduce scope of local variables
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: make bulk and burst return values consistent
2017-03-29 Bruce Richardsonring: remove watermark support
2017-03-29 Bruce Richardsonring: remove the yield when waiting for tail update
2017-03-29 Bruce Richardsonring: remove debug setting
2017-03-29 Bruce Richardsonring: eliminate duplication of size and mask fields
2017-03-29 Bruce Richardsonring: create common structure for prod and cons metadata
2017-03-29 Bruce Richardsonring: remove split cacheline build setting
2017-03-29 David Huntdistributor: add symbol versioning
2017-03-29 David Huntdistributor: switch over to new API
2017-03-29 David Huntdistributor: add SIMD flow matching
2017-03-29 David Huntdistributor: add new burst-capable library
2017-03-29 David Huntdistributor: create private header file
2017-03-29 David Huntdistributor: rename legacy files
2017-03-27 Bruce Richardsoneal/bsd: query the cpu count only once
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-27 Billy McFallethdev: add API to free consumed buffers in Tx ring
2017-03-27 Aaron Conoleeal: add info about various init error codes
2017-03-27 Aaron Conoleeal: do not panic on bus probe/scan failure
2017-03-27 Aaron Conoleeal: do not panic on vdev init failure
2017-03-27 Aaron Conoleeal: do not panic on PCI failures
2017-03-27 Aaron Conoleeal: do not panic if plugins fail to init
2017-03-27 Aaron Conoleeal: do not panic on interrupt thread init
2017-03-27 Aaron Conoleeal: do not panic on timer init failure
2017-03-27 Aaron Conoleeal: do not panic on a number of conditions
2017-03-27 Aaron Conoleeal: set errno when exiting for already initialized
2017-03-27 Aaron Conoleeal: do not panic on memzone init failure
2017-03-27 Aaron Conoleeal: do not panic on argument parsing error
2017-03-27 Aaron Conoleeal: do not panic on hugepage info init
next