From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MLEyeyrNf4JfQZytJ0J+nctjGFYYOUIfbNgjYhuFECY=; b=Mpck8WSOKZMYYswrXJvL7pj8QMs9yqL3o/kzX4Qpj+u16Bj/1YbYgTLKdBtBu5tIyb rcN/tvmdKTBewK7jet17b96pzfon4l6C8hvPZZzu6zuGjx9CvS4pvW4a9aQOapWNhROJ Sj8ZIsRk8YIXniydfEl+zKbJ5BRRUbXalMjKpeno3LvoH697Bf54oLWjMRUrYrUQIR9/ pAxqeaJSrXj5UzG9vwcA00IG12UviquBqUrJ3zzdMzrcTeinI/QdPDK92+wxXtpJo5tU ljVowBP2EpAR/y3MOHCpw41kUgr7UeyjF10T7i5zElzrslBxlopugVqH5ADfBQPN+3ju OfdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MLEyeyrNf4JfQZytJ0J+nctjGFYYOUIfbNgjYhuFECY=; b=VygQV78mvH0c+5Xs7OcU3RV8/qta7U5Vn3ypbrGG/aZsvBMGQQ9xw7pzreFdb7GiKM X+rLskoyE95tHszeZkEt/kh2Z7LEPPPtmNXuK46oKV6hc92IixQoMUf7spkXefUaa4O4 a8TNnJEaetcV0wCO6ilY8k3XmjBplPVodgQPnaUjr0CBmmdild5yPnAX2LfGGNj8YJgG 6YLL3zDIb5rh21JTEeNyh+IAT7Hnn/7cKRVaG7Tl9jEFWPaYGnbFlv7psHAoilxE2Dt7 e+ZUOBtagkkZggekw5gaLiHsWtDkySc+OK5eYmqinNccMRSDIGzivGWfYbE7GEC5gK9j peNQ== X-Gm-Message-State: ABuFfoitDAYaUVHGdXrW0QCYasOwPOphCe0+ogCpHpaS11mQHfKFoUkg AuOddJ6J1umD8VYbY244ZBB/e6e5oiw= X-Google-Smtp-Source: ACcGV60kP0Jtf+xvKRquzGmh4CiC7trY0EF6HvKFZ5ATkFnlC8QhNuW/MYF6GtVv13V3kQBuiDArSw== X-Received: by 2002:a17:902:29e3:: with SMTP id h90-v6mr7853115plb.215.1539387780716; Fri, 12 Oct 2018 16:43:00 -0700 (PDT) Received: from xeon-e3.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id q76-v6sm7099938pfa.18.2018.10.12.16.42.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 16:43:00 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Fri, 12 Oct 2018 16:42:50 -0700 Message-Id: <20181012234252.29049-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181012234252.29049-1-stephen@networkplumber.org> References: <20181012234252.29049-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 1/3] doc: remove INIT_DEBUG from ena X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 23:43:02 -0000 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