From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 1/3] doc: remove INIT_DEBUG from ena Date: Fri, 12 Oct 2018 16:42:50 -0700 Message-ID: <20181012234252.29049-2-stephen@networkplumber.org> References: <20181012234252.29049-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) by dpdk.org (Postfix) with ESMTP id 12B651B147 for ; Sat, 13 Oct 2018 01:43:01 +0200 (CEST) Received: by mail-pl1-f195.google.com with SMTP id q19-v6so3521588pll.5 for ; Fri, 12 Oct 2018 16:43:01 -0700 (PDT) In-Reply-To: <20181012234252.29049-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Signed-off-by: Stephen Hemminger --- doc/guides/nics/ena.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/guides/nics/ena.rst b/doc/guides/nics/ena.rst index 695960d4c9f8..34c48575bf71 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. -- 2.19.1