DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com,
	beilei.xing@intel.com, qi.z.zhang@intel.com,
	xiao.w.wang@intel.com, jingjing.wu@intel.com
Cc: dev@dpdk.org, Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 0/6] replace usage of LOGTYPE_PMD in Intel drivers
Date: Tue, 16 Jul 2019 08:40:07 -0700	[thread overview]
Message-ID: <20190716154013.6974-1-stephen@networkplumber.org> (raw)

The RTE_LOGTYPE_PMD has been superseded by individual driver
logtypes. There still is still some vestigtial usage in the
Intel driver code. This patch set converts all of these to
use logtype_tx and logtype_rx.

Stephen Hemminger (6):
  net/e1000: use dynamic log type for tx/rx debug
  net/fm10k: use dynamic log type for tx/rx debug
  net/ixgbe: use dynamic log type for tx/rx debug
  net/ice: use dynamic log type for tx/rx debug
  net/i40e: use dynamic log type for tx/rx debug
  net/iavf: use dynamic log type for tx/rx debug

 drivers/net/e1000/e1000_logs.c   | 48 ++++++++++++++++++++++++++------
 drivers/net/e1000/e1000_logs.h   | 25 +++++++++++------
 drivers/net/fm10k/fm10k_ethdev.c | 28 +++++++++++++++++++
 drivers/net/fm10k/fm10k_logs.h   | 18 ++++++++----
 drivers/net/i40e/i40e_ethdev.c   | 27 ++++++++++++++++++
 drivers/net/i40e/i40e_logs.h     | 24 ++++++++++------
 drivers/net/iavf/iavf_ethdev.c   | 28 +++++++++++++++++++
 drivers/net/iavf/iavf_log.h      | 19 +++++++++----
 drivers/net/ice/ice_ethdev.c     | 27 ++++++++++++++++++
 drivers/net/ice/ice_logs.h       | 18 ++++++++----
 drivers/net/ixgbe/ixgbe_ethdev.c | 27 ++++++++++++++++++
 drivers/net/ixgbe/ixgbe_logs.h   | 24 ++++++++++------
 drivers/net/ixgbe/ixgbe_pf.c     | 19 ++++++-------
 13 files changed, 267 insertions(+), 65 deletions(-)

-- 
2.20.1


             reply	other threads:[~2019-07-16 15:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 15:40 Stephen Hemminger [this message]
2019-07-16 15:40 ` [dpdk-dev] [PATCH 1/6] net/e1000: use dynamic log type for tx/rx debug Stephen Hemminger
2019-08-27  8:21   ` Ferruh Yigit
2019-09-30 15:28     ` Ye Xiaolong
2019-09-30 15:50       ` Stephen Hemminger
2019-09-30 15:56         ` Ferruh Yigit
2019-09-30 16:10     ` Ferruh Yigit
2019-07-16 15:40 ` [dpdk-dev] [PATCH 2/6] net/fm10k: " Stephen Hemminger
2019-07-16 15:40 ` [dpdk-dev] [PATCH 3/6] net/ixgbe: " Stephen Hemminger
2019-08-27  8:24   ` Ferruh Yigit
2019-07-16 15:40 ` [dpdk-dev] [PATCH 4/6] net/ice: " Stephen Hemminger
2019-07-16 15:40 ` [dpdk-dev] [PATCH 5/6] net/i40e: " Stephen Hemminger
2019-07-16 15:40 ` [dpdk-dev] [PATCH 6/6] net/iavf: " Stephen Hemminger

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=20190716154013.6974-1-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=wenzhuo.lu@intel.com \
    --cc=xiao.w.wang@intel.com \
    /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).