DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [PATCH 0/2] RTE_LOG_DP cleanups
Date: Wed, 24 Jan 2024 08:28:33 -0800	[thread overview]
Message-ID: <20240124162917.59851-1-stephen@networkplumber.org> (raw)

This patch set was suggested by David while reviewing
the RTE_LOGTYPE_PMD patches.

Stephen Hemminger (2):
  drivers: remove unnecessary RTE_LOG_DP macros
  drivers: RTE_LOG_DP newline consistency

 .../baseband/la12xx/bbdev_la12xx_pmd_logs.h   |  2 +-
 drivers/bus/cdx/cdx_logs.h                    | 11 -----
 drivers/bus/fslmc/fslmc_logs.h                | 11 -----
 drivers/common/dpaax/dpaax_logs.h             | 11 -----
 drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h     |  2 +-
 drivers/crypto/dpaa_sec/dpaa_sec_log.h        |  2 +-
 drivers/event/dlb2/dlb2_log.h                 |  2 +-
 drivers/event/dpaa2/dpaa2_eventdev_logs.h     | 11 -----
 drivers/event/dsw/dsw_evdev.h                 |  2 +-
 drivers/event/dsw/dsw_event.c                 | 40 ++++++++---------
 drivers/mempool/dpaa/dpaa_mempool.c           |  2 +-
 drivers/mempool/dpaa/dpaa_mempool.h           |  2 +-
 drivers/mempool/dpaa2/dpaa2_hw_mempool.c      |  6 +--
 drivers/mempool/dpaa2/dpaa2_hw_mempool_logs.h |  2 +-
 drivers/net/dpaa/dpaa_ethdev.h                |  2 +-
 drivers/net/dpaa2/dpaa2_pmd_logs.h            |  2 +-
 drivers/net/dpaa2/dpaa2_rxtx.c                | 44 +++++++++----------
 drivers/net/enetc/enetc_logs.h                |  2 +-
 drivers/net/enetc/enetc_rxtx.c                |  2 +-
 drivers/net/enetfec/enet_pmd_logs.h           |  2 +-
 drivers/net/pfe/pfe_logs.h                    |  2 +-
 21 files changed, 59 insertions(+), 103 deletions(-)

-- 
2.43.0


             reply	other threads:[~2024-01-24 16:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 16:28 Stephen Hemminger [this message]
2024-01-24 16:28 ` [PATCH 1/2] drivers: remove unnecessary RTE_LOG_DP macros Stephen Hemminger
2024-01-24 18:07   ` Tyler Retzlaff
2024-02-01  9:33   ` David Marchand
2024-01-24 16:28 ` [PATCH 2/2] drivers: RTE_LOG_DP newline consistency Stephen Hemminger
2024-01-24 18:11   ` Tyler Retzlaff
2024-02-01  8:51   ` David Marchand
2024-02-02 17:40   ` [PATCH] drivers: Convert uses of RTE_LOG_DP to use RTE_LOG_DP_LINE Stephen Hemminger
2024-02-05 18:43     ` Patrick Robb

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=20240124162917.59851-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 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).