numam-dpdk/lib/librte_ring
Stephen Hemminger 3e71b3d456 ring: check flag settings for future proofing
All API's should check that they support the flag values passed.
These checks ensure that the extra bits can safely be used
without risk of ABI breakage.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-06-16 17:46:39 +02:00
..
Makefile ring: introduce peek style API 2020-04-21 12:52:55 +02:00
meson.build ring: introduce peek style API 2020-04-21 12:52:55 +02:00
rte_ring_c11_mem.h ring/c11: relax ordering for load and store of the head 2018-11-13 17:00:58 +01:00
rte_ring_core.h ring: introduce HTS ring mode 2020-04-21 12:52:55 +02:00
rte_ring_elem.h ring: introduce peek style API 2020-04-21 12:52:55 +02:00
rte_ring_generic.h ring: enforce reading tail before slots 2019-03-28 01:22:04 +01:00
rte_ring_hts_c11_mem.h ring: introduce HTS ring mode 2020-04-21 12:52:55 +02:00
rte_ring_hts.h ring: introduce HTS ring mode 2020-04-21 12:52:55 +02:00
rte_ring_peek_c11_mem.h ring: introduce peek style API 2020-04-21 12:52:55 +02:00
rte_ring_peek.h ring: fix build for gcc O1 optimization 2020-05-11 19:20:54 +02:00
rte_ring_rts_c11_mem.h ring: introduce RTS ring mode 2020-04-21 12:52:55 +02:00
rte_ring_rts.h ring: introduce RTS ring mode 2020-04-21 12:52:55 +02:00
rte_ring_version.map ring: support configurable element size 2020-01-19 19:32:48 +01:00
rte_ring.c ring: check flag settings for future proofing 2020-06-16 17:46:39 +02:00
rte_ring.h ring: introduce peek style API 2020-04-21 12:52:55 +02:00