numam-dpdk/lib/librte_ring
Honnappa Nagarahalli 47bec9a5ca ring: add zero copy API
Add zero-copy APIs. These APIs provide the capability to
copy the data to/from the ring memory directly, without
having a temporary copy (for ex: an array of mbufs on
the stack). Use cases that involve copying large amount
of data to/from the ring can benefit from these APIs.

Signed-off-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Dharmik Thakkar <dharmik.thakkar@arm.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-10-29 14:13:31 +01:00
..
meson.build ring: add zero copy API 2020-10-29 14:13:31 +01: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: add zero copy API 2020-10-29 14:13:31 +01: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: cleanup coding style 2020-07-01 11:46:09 +02:00
rte_ring_peek_c11_mem.h ring: fix tail in peek API for ST mode 2020-07-01 10:41:19 +02:00
rte_ring_peek_zc.h ring: add zero copy API 2020-10-29 14:13:31 +01: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: cleanup coding style 2020-07-01 11:46:09 +02:00
rte_ring.c ring: cleanup coding style 2020-07-01 11:46:09 +02:00
rte_ring.h ring: use custom element for fixed size API 2020-07-09 17:22:36 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00