ring: introduce RTS ring mode
[dpdk.git] / lib / librte_ring / rte_ring.c
2020-04-21 Konstantin Ananyevring: introduce RTS ring mode
2020-04-21 Konstantin Ananyevring: prepare ring to allow new sync schemes
2020-01-19 Honnappa Nagarahalliring: support configurable element size
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-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-03 Stephen Hemmingerring: fix an error message
2018-02-01 Jia Hering: convert license headers to SPDX tags
2017-07-07 Bruce Richardsonring: allow non power-of-2 sizes
2017-07-01 Daniel Verkampring: use aligned memzone allocation
2017-03-29 Bruce Richardsonring: separate out head index manipulation
2017-03-29 Bruce Richardsonring: remove watermark support
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
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2015-11-03 Pablo de Lararing: support freeing
2015-11-03 Bruce Richardsonring: store memzone pointer
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
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
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-05-13 Olivier Matzring: allow to initialize without memzone
2014-05-13 Olivier Matzring: get size in memory
2014-02-25 Bruce Richardsoneal: cleanup on mempool and memzone object names
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelring: optimisations
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelmemory: fix for multi process support
2013-07-25 Intelring: add burst API
2013-07-25 Intellib: update tailq api
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release