From: Stephen Hemminger Date: Fri, 12 Oct 2018 23:42:50 +0000 (-0700) Subject: doc: remove invalid config option from ena guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e215de2560b788916b8395b88152b4ef4282234a;p=dpdk.git doc: remove invalid config option from ena guide The ena driver has used dynamic log type to enable init debugging since 18.05 but the documentation still has leftover mention of the config option. Fixes: 8bc0acae970d ("net/ena: implement dynamic logging") Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/nics/ena.rst b/doc/guides/nics/ena.rst index 695960d4c9..34c48575bf 100644 --- a/doc/guides/nics/ena.rst +++ b/doc/guides/nics/ena.rst @@ -113,10 +113,6 @@ Configuration information * **CONFIG_RTE_LIBRTE_ENA_PMD** (default y): Enables or disables inclusion of the ENA PMD driver in the DPDK compilation. - - * **CONFIG_RTE_LIBRTE_ENA_DEBUG_INIT** (default y): Enables or disables debug - logging of device initialization within the ENA PMD driver. - * **CONFIG_RTE_LIBRTE_ENA_DEBUG_RX** (default n): Enables or disables debug logging of RX logic within the ENA PMD driver.