All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH] config: remove RTE_LOG_LEVEL
Date: Fri, 16 Feb 2018 12:02:39 -0800	[thread overview]
Message-ID: <20180216200239.9855-1-stephen@networkplumber.org> (raw)

The old RTE_LOG_LEVEL has been replaced by RTE_DP_LOG_LEVEL and
is not used anywhere in the currrent source tree.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 config/rte_config.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/rte_config.h b/config/rte_config.h
index 699878adb62a..08bcb1c3d043 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -24,7 +24,6 @@
 #define RTE_MAX_MEMSEG 512
 #define RTE_MAX_MEMZONE 2560
 #define RTE_MAX_TAILQ 32
-#define RTE_LOG_LEVEL RTE_LOG_INFO
 #define RTE_LOG_DP_LEVEL RTE_LOG_INFO
 #define RTE_BACKTRACE 1
 #define RTE_EAL_VFIO 1
-- 
2.16.1

             reply	other threads:[~2018-02-16 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 20:02 Stephen Hemminger [this message]
2018-04-04 10:50 ` [PATCH] config: remove RTE_LOG_LEVEL Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180216200239.9855-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.