test mbuf attach
[dpdk.git] / drivers / event / sw /
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-02-06 Thomas Monjalonmk: ignore missing field initializers warning
2020-01-14 Mattias Rönnblomevent/dsw: add xstats query by name
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-05 Gage Eadsevent/sw: fix xstats reset value
2019-07-07 Dilshod Urazovevent/sw: fix error sign
2019-07-08 Gage Eadsservice: promote experimental functions to stable
2019-04-02 Harry van Haarenevent/sw: fix enqueue checks in self-test
2018-10-01 Harry van Haarenevent/sw: add unit test for unlinks in progress
2018-10-01 Harry van Haarenevent/sw: implement unlinks in progress function
2018-10-01 Harry van Haarenevent/sw: fix cq index check for unlink usecases
2018-07-06 Gage Eadsevent/sw: support device stop flush callback
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-05-10 Abhinandan Gujjareventdev: add driver interface of crypto adapter
2018-04-16 Erik Gabriel Carrilloeventdev: add timer adapter common code
2018-04-16 Gage Eadseventdev: add device stop flush callback
2018-04-16 Gage Eadsevent/sw: perform partial burst enqueues
2018-04-16 Vipin Vargheseevent/sw: simplify counter assignment
2018-04-16 Vipin Vargheseevent/sw: move stats code for better cache access
2018-04-16 Vipin Vargheseevent/sw: add unlikely branch predict
2018-01-31 Harry van Haarenevent/sw: support dynamic logging
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsondrivers/event: build skeleton and SW drivers with meson
2018-01-29 Neil Hormanmk: add experimental tag check
2018-01-24 Pavan Nikhileshdrivers/event: fix resource leak in selftest
2018-01-24 Jerin Jacobevent/sw: fix debug logging config option
2018-01-19 Pavan Nikhileshevent/sw: update selftest ops
2018-01-19 Pavan Nikhileshevent/sw: make test standalone
2018-01-19 Pavan Nikhileshevent/sw: move test to driver
2018-01-19 Gage Eadsevent/sw: remove stale IQ references when reconfigured
2018-01-19 Liang Maevent/sw: apply new capability flags
2018-01-19 Gage Eadsevent/sw: simplify credit scheme
2018-01-19 Gage Eadseventdev: add implicit release disable capability
2018-01-19 Gage Eadsevent/sw: use dynamically-sized IQs
2018-01-19 Gage Eadsevent/sw: fix queue memory leak and multi-link bug
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Pavan Nikhilesheventdev: remove schedule API
2017-10-26 Pavan Nikhileshevent/sw: extend service capability
2017-10-26 Pavan Nikhilesheventdev: fix inconsistency in queue config
2017-10-25 Harry van Haarenevent/sw: fix get of single xstat value
2017-10-25 Gage Eadsevent/sw: allow forward and release when out of credits
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-10 Nikhil Raoevent/sw: add eth Rx adapter capabilities function
2017-10-10 Bruce Richardsonevent/sw: rename map file to standard name
2017-09-15 Harry van Haarenservice: use id in runstate function
2017-09-15 Harry van Haarenservice: return integer service id from register
2017-07-16 Harry van Haarenevent/sw: add service capability
2017-07-07 Bruce Richardsonevent/sw: change worker rings to standard event rings
2017-07-07 Jerin Jacobeventdev: introduce specialized enqueue forward op...
2017-07-07 Jerin Jacobeventdev: introduce specialized enqueue new op variant
2017-06-21 Jerin Jacobevent/sw: advertise the burst mode capability
2017-06-21 Jerin Jacobeventdev: make vdev init and uninit functions optional
2017-06-21 Harry van Haarenevent/sw: fix mapped qid count with parallel queue
2017-06-21 Harry van Haarenevent/sw: fix credit tracking in port dequeue
2017-06-21 Harry van Haarenevent/sw: add queue-to-port stats
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-05 Ferruh Yigitevent/sw: fix build with icc
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