net/dpaa2: support parallel Rx
[dpdk.git] / drivers / event /
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-19 Bruce Richardsonevent/sw: fix events mis-identified as needing reorder
2017-04-19 Harry van Haarenevent/sw: fix credit return on invalid queue id
2017-04-19 Harry van Haarenevent/sw: fix hashing of flow on ordered ingress
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-06 Ferruh Yigitevent/sw: fix build for gcc 4.5.1
2017-04-06 Ferruh Yigitevent/octeontx: fix build for gcc < 4.6
2017-04-05 Ferruh Yigitevent/sw: fix build with icc
2017-04-05 Ferruh Yigitevent/octeontx: fix build with icc
2017-04-04 Jerin Jacobevent/octeontx: add stop and close functions
2017-04-04 Jerin Jacobevent/octeontx: add start function
2017-04-04 Jerin Jacobevent/octeontx: support worker dequeue
2017-04-04 Jerin Jacobevent/octeontx: support worker enqueue
2017-04-04 Jerin Jacobevent/octeontx: add SSO HW device operations
2017-04-04 Jerin Jacobevent/octeontx: add dump function for easier debugging
2017-04-04 Jerin Jacobevent/octeontx: support dequeue timeout tick conversion
2017-04-04 Jerin Jacobevent/octeontx: support linking queues to ports
2017-04-04 Jerin Jacobevent/octeontx: support event ports
2017-04-04 Jerin Jacobevent/octeontx: support event queues
2017-04-04 Jerin Jacobevent/octeontx: add configure function
2017-04-04 Jerin Jacobevent/octeontx: add device capabilities function
2017-04-04 Jerin Jacobevent/octeontx: add octeontx eventdev driver
2017-04-04 Jerin Jacobevent/octeontx: add mailbox support
2017-04-04 Jerin Jacobevent/octeontx: add vdev interface functions
2017-04-04 Jerin Jacobevent/octeontx: probe ssowvf pcie devices
2017-04-04 Jerin Jacobevent/octeontx: probe ssovf pcie devices
2017-04-04 Jerin Jacobevent/octeontx: add build and log infrastructure
2017-04-04 Bruce Richardsonevent/sw: support xstats
2017-04-04 Bruce Richardsonevent/sw: add dump function for easier debugging
2017-04-04 Bruce Richardsonevent/sw: add start stop and close functions
2017-04-04 Bruce Richardsonevent/sw: add scheduling logic
2017-04-04 Bruce Richardsonevent/sw: add worker core functions
2017-04-04 Bruce Richardsonevent/sw: support linking queues to ports
2017-04-04 Bruce Richardsonevent/sw: support event ports
2017-04-04 Bruce Richardsonevent/sw: support event queues
2017-04-04 Bruce Richardsonevent/sw: return default port/queue config
2017-04-04 Bruce Richardsonevent/sw: add configure function
2017-04-04 Bruce Richardsonevent/sw: add device capabilities function
2017-04-04 Bruce Richardsonevent/sw: add new software-only eventdev driver
2017-04-04 Harry van Haareneventdev: remove default queue overriding
2017-04-04 Jerin Jacobeventdev: return code in dequeue timeout conversion
2017-04-04 Nipun Guptaeventdev: use generic device holder
2017-04-04 Jerin Jacobevent/skeleton: support vdev uninit
2017-04-04 Nipun Guptaeventdev: update event port link and unlink callbacks
2017-04-04 Jerin Jacobevent/skeleton: add skeleton eventdev driver