ring: remove watermark support
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 29 Mar 2017 15:21:22 +0000 (16:21 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Mar 2017 20:25:34 +0000 (22:25 +0200)
commit77dd3064270c1fbb930aaecec70492c9e96ec404
tree486e68a2ac2c04a3f5dddf36c11f1c57abbe30c3
parent82cb88375cfb8ec0ab23e5f663890bc14469f25b
ring: remove watermark support

Remove the watermark support. A future commit will add support for having
enqueue functions return the amount of free space in the ring, which will
allow applications to implement their own watermark checks, while also
being more useful to the app.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/prog_guide/ring_lib.rst
doc/guides/rel_notes/release_17_05.rst
examples/Makefile
lib/librte_ring/rte_ring.c
lib/librte_ring/rte_ring.h
test/test/autotest_test_funcs.py
test/test/commands.c
test/test/test_ring.c