git.droids-corp.org
/
dpdk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
examples: use new API to create control threads
[dpdk.git]
/
lib
/
librte_ring
/
2018-04-17
Olivier Matz
ring: relax alignment constraint on ring structure
tree
|
commitdiff
2018-02-13
Pavan Nikhilesh
lib: remove unused map symbols
tree
|
commitdiff
2018-02-01
Jia He
ring: convert license headers to SPDX tags
tree
|
commitdiff
2018-01-30
Bruce Richardson
build: replace license text with SPDX tag
tree
|
commitdiff
2018-01-30
Bruce Richardson
lib: build with meson
tree
|
commitdiff
2018-01-29
Jia He
ring: introduce C11 memory model barrier option
tree
|
commitdiff
2018-01-29
Jia He
ring: move code in a new header file
tree
|
commitdiff
2018-01-16
Adrien Mazarguil
lib: fix missing includes in exported headers
tree
|
commitdiff
2018-01-04
Bruce Richardson
lib: use SPDX tag for Intel copyright files
tree
|
commitdiff
2017-11-12
Jia He
ring: guarantee load/load order in enqueue and dequeue
tree
|
commitdiff
2017-10-24
Olivier Matz
mk: do not generate LDLIBS from directory dependencies
tree
|
commitdiff
2017-10-05
Olivier Matz
ring: increase maximum ring size
tree
|
commitdiff
2017-07-07
Bruce Richardson
ring: allow non power-of-2 sizes
tree
|
commitdiff
2017-07-03
Jerin Jacob
eal: switch to architecture specific pause function
tree
|
commitdiff
2017-07-01
Daniel Verkamp
ring: use aligned memzone allocation
tree
|
commitdiff
2017-06-23
Anand B Jyoti
ring: fix return value for dequeue
tree
|
commitdiff
2017-06-06
Jerin Jacob
eal: introduce macro for always inline
tree
|
commitdiff
2017-04-13
Bruce Richardson
ring: fix return value for single dequeue
tree
|
commitdiff
2017-04-06
Ed Czeck
ring: fix C++ cast error
tree
|
commitdiff
2017-04-05
Ferruh Yigit
ring: fix build with icc
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: make struct and macros type agnostic
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: create common function for updating tail index
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: separate out head index manipulation
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: reduce scope of local variables
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: return remaining entry count when dequeuing
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: return free space when enqueuing
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: make bulk and burst return values consistent
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: remove watermark support
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: remove the yield when waiting for tail update
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: remove debug setting
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: eliminate duplication of size and mask fields
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: create common structure for prod and cons metadata
tree
|
commitdiff
2017-03-29
Bruce Richardson
ring: remove split cacheline build setting
tree
|
commitdiff
2017-03-27
Olivier Matz
mk: optimize directory dependencies
tree
|
commitdiff
2017-03-08
Bruce Richardson
ring: add a function to return the ring size
tree
|
commitdiff
2016-12-06
Yong Wang
doc: fix typos in code comments
tree
|
commitdiff
2016-10-13
Mauricio Vasquez B
doc: fix file argument of debug functions
tree
|
commitdiff
2016-09-13
Adrien Mazarguil
lib: use C99 syntax for zero-size arrays
tree
|
commitdiff
2016-07-25
Jerin Jacob
ring: fix single consumer dequeue performance
tree
|
commitdiff
2016-07-21
Juhamatti Kuusisaari
ring: guarantee dequeue ordering before tail update
tree
|
commitdiff
2016-07-21
Zoltan Kiss
mempool: adjust name size in related data types
tree
|
commitdiff
2016-05-19
Olivier Matz
mem: avoid memzone/mempool/ring name truncation
tree
|
commitdiff
2016-03-22
Lazaros Koromilas
ring: fix deadlock in zero object multi enqueue or...
tree
|
commitdiff
2016-02-10
Huawei Xie
remove extra parentheses in return statement
tree
|
commitdiff
2015-11-18
Jerin Jacob
eal: introduce SMP memory barriers
tree
|
commitdiff
2015-11-03
Pablo de Lara
ring: support freeing
tree
|
commitdiff
2015-11-03
Bruce Richardson
ring: store memzone pointer
tree
|
commitdiff
2015-07-16
Sergio Gonzalez...
mem: move librte_malloc to eal/common
tree
|
commitdiff
2015-03-10
David Marchand
tailq: move to dynamic tailq
tree
|
commitdiff
2015-03-10
David Marchand
tailq: remove unneeded inclusions
tree
|
commitdiff
2015-02-24
Cunming Liang
ring: add optional yield to avoid spin forever
tree
|
commitdiff
2015-02-24
Cunming Liang
ring: support non-EAL thread
tree
|
commitdiff
2015-02-03
Neil Horman
mk: add library version extension
tree
|
commitdiff
2015-02-03
Neil Horman
lib: provide initial versioning
tree
|
commitdiff
2014-12-16
Pablo de Lara
ring: fix return type in enqueue and dequeue burst...
tree
|
commitdiff
2014-11-27
Sergio Gonzalez...
add prefix to cache line macros
tree
|
commitdiff
2014-07-22
Anatoly Burakov
ring: make tailq fully local
tree
|
commitdiff
2014-06-27
Stephen Hemminger
eal: deprecate rte_snprintf
tree
|
commitdiff
2014-06-10
Bruce Richardson
remove trailing whitespaces
tree
|
commitdiff
2014-05-16
Stephen Hemminger
add FILE argument to debug functions
tree
|
commitdiff
2014-05-16
Stephen Hemminger
spelling fixes
tree
|
commitdiff
2014-05-13
Olivier Matz
ring: allow to initialize without memzone
tree
|
commitdiff
2014-05-13
Olivier Matz
ring: get size in memory
tree
|
commitdiff
2014-02-25
Bruce Richardson
eal: cleanup on mempool and memzone object names
tree
|
commitdiff
2014-02-25
Bruce Richardson
eal: add rte_compiler_barrier() macro
tree
|
commitdiff
2014-02-25
Bruce Richardson
update Intel copyright years to 2014
tree
|
commitdiff
2013-10-09
Intel
doc: whitespace changes in licenses
tree
|
commitdiff
2013-09-17
Intel
ring: optimisations
tree
|
commitdiff
2013-07-25
Intel
update copyright date to 2013
tree
|
commitdiff
2013-07-25
Intel
memory: fix for multi process support
tree
|
commitdiff
2013-07-25
Intel
ring: add burst API
tree
|
commitdiff
2013-07-25
Intel
lib: update tailq api
tree
|
commitdiff
2013-07-05
Intel
remove version in all files
tree
|
commitdiff
2013-03-11
Intel
first public release
tree
|
commitdiff