From: Jiawen Wu <jiawenwu@trustnetic.com>
To: dev@dpdk.org
Cc: Jiawen Wu <jiawenwu@trustnetic.com>
Subject: [PATCH v2 0/2] Wangxun log fixes
Date: Wed, 23 Feb 2022 18:28:55 +0800 [thread overview]
Message-ID: <20220223102857.24816-1-jiawenwu@trustnetic.com> (raw)
Remove redundant debug logs and unify the log format.
v2:
- Fix compile error.
- Merge broken log message lines.
- Use 'RTE_ETHER_ADDR_PRT_FMT' for MAC format.
Jiawen Wu (2):
net/ngbe: fix debug log
net/txgbe: fix debug log
drivers/net/ngbe/base/ngbe_eeprom.c | 22 +--
drivers/net/ngbe/base/ngbe_hw.c | 152 +++++--------------
drivers/net/ngbe/base/ngbe_mbx.c | 22 ---
drivers/net/ngbe/base/ngbe_mng.c | 16 +-
drivers/net/ngbe/base/ngbe_phy.c | 30 +---
drivers/net/ngbe/base/ngbe_phy_mvl.c | 17 +--
drivers/net/ngbe/base/ngbe_phy_rtl.c | 18 +--
drivers/net/ngbe/base/ngbe_phy_yt.c | 18 +--
drivers/net/ngbe/ngbe_logs.h | 7 +-
drivers/net/txgbe/base/meson.build | 2 +-
drivers/net/txgbe/base/txgbe_eeprom.c | 41 ++----
drivers/net/txgbe/base/txgbe_hw.c | 202 ++++++--------------------
drivers/net/txgbe/base/txgbe_mbx.c | 38 -----
drivers/net/txgbe/base/txgbe_mng.c | 21 +--
drivers/net/txgbe/base/txgbe_osdep.h | 1 +
drivers/net/txgbe/base/txgbe_phy.c | 84 ++---------
drivers/net/txgbe/base/txgbe_vf.c | 12 +-
drivers/net/txgbe/txgbe_logs.h | 7 +-
18 files changed, 144 insertions(+), 566 deletions(-)
--
2.21.0.windows.1
next reply other threads:[~2022-02-23 10:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-23 10:28 Jiawen Wu [this message]
2022-02-23 10:28 ` [PATCH v2 1/2] net/ngbe: fix debug log Jiawen Wu
2022-02-23 10:28 ` [PATCH v2 2/2] net/txgbe: " Jiawen Wu
2022-02-23 12:49 ` Ferruh Yigit
2022-02-23 14:00 ` Ferruh Yigit
2022-02-23 14:01 ` [PATCH v2 0/2] Wangxun log fixes 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=20220223102857.24816-1-jiawenwu@trustnetic.com \
--to=jiawenwu@trustnetic.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).