diff options
author | Bruce Richardson <bruce.richardson@intel.com> | 2017-03-29 16:21:20 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2017-03-29 22:25:27 +0200 |
commit | 8c82198978a1b47553e47a8caeced22f325ad573 (patch) | |
tree | 3ba68193bed51765d9ae85f704c1bbca1a3d2183 /config | |
parent | d1e138e1b081f697f43b6c54378fa7c6481632dc (diff) | |
download | dpdk-8c82198978a1b47553e47a8caeced22f325ad573.zip dpdk-8c82198978a1b47553e47a8caeced22f325ad573.tar.gz dpdk-8c82198978a1b47553e47a8caeced22f325ad573.tar.xz |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/common_base | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/common_base b/config/common_base index c394651..69e91ae 100644 --- a/config/common_base +++ b/config/common_base @@ -452,7 +452,6 @@ CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y # Compile librte_ring # CONFIG_RTE_LIBRTE_RING=y -CONFIG_RTE_LIBRTE_RING_DEBUG=n CONFIG_RTE_RING_PAUSE_REP_COUNT=0 # |