DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qiming Yang <qiming.yang@intel.com>
To: dev@dpdk.org
Cc: Qiming Yang <qiming.yang@intel.com>
Subject: [dpdk-dev] [PATCH 0/3] net: optimize Rx/Tx log message level
Date: Sat,  3 Dec 2016 18:43:00 +0800	[thread overview]
Message-ID: <1480761783-36467-1-git-send-email-qiming.yang@intel.com> (raw)

These three patches optimized the level of Rx and Tx log
messages. Add a new log control function PMD_RX_FREE_LOG
to control the Rx message which is not printed in packet
receive processing. This function switched by macro 
RTE_LIBRTE_<PMD>_DEBUG_RX_FREE.

Qiming Yang (3):
  net/e1000: optimize Rx/Tx log message level
  net/i40e: optimize Rx/Tx log message level
  net/ixgbe: optimize Rx/Tx log message level

 config/common_base             |  1 +
 drivers/net/e1000/e1000_logs.h |  7 +++++++
 drivers/net/e1000/em_rxtx.c    | 10 +++++-----
 drivers/net/e1000/igb_rxtx.c   | 10 +++++-----
 drivers/net/i40e/i40e_logs.h   |  7 +++++++
 drivers/net/i40e/i40e_rxtx.c   |  2 +-
 drivers/net/ixgbe/ixgbe_logs.h |  7 +++++++
 drivers/net/ixgbe/ixgbe_rxtx.c | 14 +++++++-------
 8 files changed, 40 insertions(+), 18 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-12-03 10:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-03 10:43 Qiming Yang [this message]
2016-12-03 10:43 ` [dpdk-dev] [PATCH 1/3] net/e1000: " Qiming Yang
2016-12-06 22:41   ` Stephen Hemminger
2016-12-03 10:43 ` [dpdk-dev] [PATCH 2/3] net/i40e: " Qiming Yang
2016-12-03 10:43 ` [dpdk-dev] [PATCH 3/3] net/ixgbe: " Qiming Yang
2016-12-06 10:51 ` [dpdk-dev] [PATCH 0/3] net: " Ferruh Yigit

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=1480761783-36467-1-git-send-email-qiming.yang@intel.com \
    --to=qiming.yang@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).