test mbuf attach
[dpdk.git] / lib / librte_ring /
2020-07-09 Feifei Wangring: use custom element for fixed size API
2020-07-09 Feifei Wangring: remove experimental flag from custom element API
2020-07-09 Feifei Wangring: remove experimental flag from reset API
2020-07-01 Morten Brørupring: optimize empty test
2020-07-01 Morten Brørupring: cleanup coding style
2020-07-01 Feifei Wangring: fix tail in peek API for ST mode
2020-07-01 Feifei Wangring: fix bulk enqueue for HTS/RTS ring modes
2020-06-16 Stephen Hemmingerring: check flag settings for future proofing
2020-05-11 Ferruh Yigitring: fix build for gcc O1 optimization
2020-04-28 David Marchandring: fix build with -Wswitch-enum
2020-04-21 Konstantin Ananyevring: introduce peek style API
2020-04-21 Konstantin Ananyevring: introduce HTS ring mode
2020-04-21 Konstantin Ananyevring: introduce RTS ring mode
2020-04-21 Konstantin Ananyevring: prepare ring to allow new sync schemes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-19 Phil Yangring: fix unaligned memory access on aarch32
2020-02-15 Honnappa Nagarahalliring: fix API documentation
2020-02-06 Thomas Monjalonring: fix namespace prefix of inline functions
2020-01-19 Honnappa Nagarahalliring: support configurable element size
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-07-17 Gavin Huring: add reset function for flushing
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-06-04 Xiaolong Yering: remove unnecessary forward declaration
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-04 Gage Eadsring: fix namesize macro documentation block
2019-04-03 Stephen Hemmingerring: fix an error message
2019-03-28 Gavin Huring: enforce reading tail before slots
2018-11-13 Gavin Huring/c11: relax ordering for load and store of the...
2018-11-13 Gavin Huring/c11: keep deterministic order allowing retry to...
2018-11-05 Gavin Huring/c11: move atomic load of head above the loop
2018-11-05 Gavin Huring/c11: synchronize load and store of the tail
2018-10-26 Phil Yangconfig: rename option for C11 memory model
2018-10-25 Ferruh Yigitring: add library version to meson build
2018-08-05 Honnappa Nagarahalliring: clarify preemptible nature of algorithm
2018-07-26 Andy Greenring: fix sign conversion warning
2018-07-26 Andy Greenring: fix declaration after statement
2018-05-20 Andy Greenring: remove signed type flip-flopping
2018-05-20 Andy Greenring: remove useless variables
2018-04-17 Olivier Matzring: relax alignment constraint on ring structure
2018-02-13 Pavan Nikhileshlib: remove unused map symbols
2018-02-01 Jia Hering: convert license headers to SPDX tags
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-29 Jia Hering: introduce C11 memory model barrier option
2018-01-29 Jia Hering: move code in a new header file
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-12 Jia Hering: guarantee load/load order in enqueue and dequeue
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-05 Olivier Matzring: increase maximum ring size
2017-07-07 Bruce Richardsonring: allow non power-of-2 sizes
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-07-01 Daniel Verkampring: use aligned memzone allocation
2017-06-23 Anand B Jyotiring: fix return value for dequeue
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-13 Bruce Richardsonring: fix return value for single dequeue
2017-04-06 Ed Czeckring: fix C++ cast error
2017-04-05 Ferruh Yigitring: fix build with icc
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-27 Olivier Matzmk: optimize directory dependencies
2017-03-08 Bruce Richardsonring: add a function to return the ring size
2016-12-06 Yong Wangdoc: fix typos in code comments
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-07-25 Jerin Jacobring: fix single consumer dequeue performance
2016-07-21 Juhamatti Kuusisaariring: guarantee dequeue ordering before tail update
2016-07-21 Zoltan Kissmempool: adjust name size in related data types
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2016-03-22 Lazaros Koromilasring: fix deadlock in zero object multi enqueue or...
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-18 Jerin Jacobeal: introduce SMP memory barriers
2015-11-03 Pablo de Lararing: support freeing
2015-11-03 Bruce Richardsonring: store memzone pointer
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-24 Cunming Liangring: add optional yield to avoid spin forever
2015-02-24 Cunming Liangring: support non-EAL thread
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-12-16 Pablo de Lararing: fix return type in enqueue and dequeue burst...
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-07-22 Anatoly Burakovring: make tailq fully local
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-10 Bruce Richardsonremove trailing whitespaces
next