ring: remove debug setting
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 29 Mar 2017 15:21:20 +0000 (16:21 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Mar 2017 20:25:27 +0000 (22:25 +0200)
commit8c82198978a1b47553e47a8caeced22f325ad573
tree3ba68193bed51765d9ae85f704c1bbca1a3d2183
parentd1e138e1b081f697f43b6c54378fa7c6481632dc
ring: remove debug setting

The debug option only provided statistics to the user, most of
which could be tracked by the application itself. Remove this as a
compile time option, and feature, simplifying the code.

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>
config/common_base
doc/guides/prog_guide/ring_lib.rst
doc/guides/rel_notes/release_17_05.rst
lib/librte_ring/rte_ring.c
lib/librte_ring/rte_ring.h
test/test/test_ring.c