From: Pavan Nikhilesh Date: Tue, 19 Dec 2017 12:25:10 +0000 (+0530) Subject: doc: remove unused config options X-Git-Tag: spdx-start~492 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=21a8b7c0c5294b7355ecb3ee35de6cc6ae490328;p=dpdk.git doc: remove unused config options Remove unused debug config options for thunder nicvf and octeontx as they are now controlled by dynamic logging. Signed-off-by: Pavan Nikhilesh Acked-by: Stephen Hemminger --- diff --git a/doc/guides/eventdevs/octeontx.rst b/doc/guides/eventdevs/octeontx.rst index 7165f900aa..4d0b22fbb3 100644 --- a/doc/guides/eventdevs/octeontx.rst +++ b/doc/guides/eventdevs/octeontx.rst @@ -51,10 +51,6 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of the ``librte_pmd_octeontx_ssovf`` driver. -- ``CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF_DEBUG`` (default ``n``) - - Toggle display of generic debugging messages - Driver Compilation ~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/mempool/octeontx.rst b/doc/guides/mempool/octeontx.rst index 39088ee278..b06bb6100f 100644 --- a/doc/guides/mempool/octeontx.rst +++ b/doc/guides/mempool/octeontx.rst @@ -47,10 +47,6 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of the ``librte_mempool_octeontx`` driver. -- ``CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL_DEBUG`` (default ``n``) - - Toggle display of generic debugging messages - Driver Compilation ~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/nics/octeontx.rst b/doc/guides/nics/octeontx.rst index 76bde89d7f..212fe3465b 100644 --- a/doc/guides/nics/octeontx.rst +++ b/doc/guides/nics/octeontx.rst @@ -59,27 +59,6 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of the ``librte_pmd_octeontx`` driver. -- ``CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_DRIVER`` (default ``n``) - - Toggle display of generic debugging messages - -- ``CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_INIT`` (default ``n``) - - Toggle display of initialization related messages. - -- ``CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_RX`` (default ``n``) - - Toggle display of receive path message - -- ``CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_TX`` (default ``n``) - - Toggle display of transmit path message - -- ``CONFIG_RTE_LIBRTE_OCTEONTX_DEBUG_MBOX`` (default ``n``) - - Toggle display of mbox related message - - Driver compilation and testing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst index 24193793ed..1c800e73ec 100644 --- a/doc/guides/nics/thunderx.rst +++ b/doc/guides/nics/thunderx.rst @@ -54,25 +54,13 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of the ``librte_pmd_thunderx_nicvf`` driver. -- ``CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_INIT`` (default ``n``) - - Toggle display of initialization related messages. - - ``CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_RX`` (default ``n``) - Toggle display of receive fast path run-time message + Toggle asserts of receive fast path. - ``CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_TX`` (default ``n``) - Toggle display of transmit fast path run-time message - -- ``CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_DRIVER`` (default ``n``) - - Toggle display of generic debugging messages - -- ``CONFIG_RTE_LIBRTE_THUNDERX_NICVF_DEBUG_MBOX`` (default ``n``) - - Toggle display of PF mailbox related run-time check messages + Toggle asserts of transmit fast path. Driver compilation and testing ------------------------------