From: Stephen Hemminger Date: Fri, 12 Oct 2018 23:42:51 +0000 (-0700) Subject: doc: remove invalid config options from liquidio guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=066396fef81d4a67021e7e2b306d7ea6b8141fb7;p=dpdk.git doc: remove invalid config options from liquidio guide The config options for init and debug driver were replaced by dynamic log levels. Fixes: 70e28c612d65 ("net/liquidio: implement dynamic logging") Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/nics/liquidio.rst b/doc/guides/nics/liquidio.rst index 87b42cdc48..e2a38004d0 100644 --- a/doc/guides/nics/liquidio.rst +++ b/doc/guides/nics/liquidio.rst @@ -30,14 +30,6 @@ Please note that enabling debugging options may affect system performance. Toggle compilation of LiquidIO PMD. -- ``CONFIG_RTE_LIBRTE_LIO_DEBUG_DRIVER`` (default ``n``) - - Toggle display of generic debugging messages. - -- ``CONFIG_RTE_LIBRTE_LIO_DEBUG_INIT`` (default ``n``) - - Toggle display of initialization related messages. - - ``CONFIG_RTE_LIBRTE_LIO_DEBUG_RX`` (default ``n``) Toggle display of receive fast path run-time messages.