lib: fix typos
[dpdk.git] / lib / librte_sched / rte_sched.c
2017-11-13 Pavel Shirshovlib: fix typos
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-02-09 Alan Dewarsched: fix crash when freeing port
2016-09-23 Hiroyuki Mikitasched: fix releasing enqueued packets
2016-06-14 Jasvinder Singhsched: fix build without red
2016-03-13 Stephen Hemmingersched: eliminate floating point in calculating byte...
2016-03-13 Stephen Hemmingersched: keep track of RED drops
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-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
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 Richardsonupdate Intel copyright years to 2014
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