net/virtio: rationalize queue flushing
[dpdk.git] / lib / librte_sched /
2018-01-27 Pavan Nikhilesheal: introduce integer divide through reciprocal
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Pavan Bhagavatulaeal: move bitmap from sched library
2017-07-04 Bruce Richardsonsched: remove check for SSE4
2017-07-03 Ashwin Sekhar T Ksched: add NEON optimizations
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-02-09 Alan Dewarsched: fix crash when freeing port
2016-09-23 Hiroyuki Mikitasched: fix releasing enqueued packets
2016-09-13 Adrien Mazarguillib: add missing include dependencies
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-06-14 Jasvinder Singhsched: fix build without red
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-03-13 Stephen Hemmingersched: eliminate floating point in calculating byte...
2016-03-13 Stephen Hemmingersched: introduce reciprocal divide
2016-03-13 Stephen Hemmingersched: keep track of RED drops
2016-03-13 Panu Matilainenmk: fix shared library dependencies on libm and librt
2016-02-11 Jerin Jacobbitmap: optimize for 128-bytes cache line
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-06 Mike Sowkasched: fix build without SSE4
2015-12-02 Michael Qiusched: fix build with gcc 4.3.4
2015-11-25 Thomas Monjalonsched: remove unused debug functions
2015-11-24 Simon Kagstromsched: release enqueued mbufs when freeing port
2015-11-24 Stephen Hemmingersched: allow more subports
2015-11-24 Stephen Hemmingersched: fix coding style
2015-11-24 Stephen Hemmingersched: enable SSE optimizations in config
2015-11-24 Stephen Hemmingersched: cleanup defined constants
2015-11-24 Stephen Hemmingersched: drop WRR conditional
2015-11-24 Stephen Hemmingersched: remove enqueue debug
2015-11-24 Stephen Hemmingersched: drop credit check debug
2015-11-24 Stephen Hemmingersched: make debugging configurable
2015-11-24 Stephen Hemmingersched: cleanup comments
2015-11-24 Stephen Hemmingersched: drop deprecated port hierarchy structure
2015-09-08 Jerin Jacobsched: remove unused inclusion of intrinsics
2015-07-16 Stephen Hemmingersched: hide structure of port hierarchy
2015-07-16 Stephen Hemmingersched: fix level of log messages
2015-07-16 Stephen Hemmingersched: remove tabs from log messages
2015-07-16 Stephen Hemmingersched: make RED optional at runtime
2015-06-18 Michal Jastrzebskidoc: fix doxygen warnings in QoS API
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-22 Stephen Hemmingersched: fix grinder bug
2014-05-22 Stephen Hemmingersched: fix build if debug enabled
2014-05-22 Stephen Hemmingersched: use malloc instead of memzone for allocation
2014-02-25 Bruce Richardsonsched: use common macro RTE_DIM
2014-02-25 Bruce Richardsonmk: compilation fixes
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-21 Intelsched: remove debug symbols
2013-10-09 Intelsched: minor changes
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelsched: only support TC 3 oversubscription
2013-09-17 Intelsched: add mtu parameter
2013-09-17 Intelsched: bitmap is now dynamically allocated
2013-09-17 Intelsched: initial import