DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Subject: [PATCH 0/6] Some drivers logging cleanups
Date: Tue, 25 Jun 2024 14:24:08 +0200	[thread overview]
Message-ID: <20240625122414.1065829-1-david.marchand@redhat.com> (raw)

This series removes the last direct calls to some RTE_LOGTYPE_ coming
from libraries (EAL and CRYPTODEV) and replaces them with dedicated
macros coming from the drivers.


-- 
David Marchand

David Marchand (6):
  vdpa/sfc: remove dead code
  drivers: use dedicated log macros instead of EAL logtype
  net/sfc: remove use of EAL logtype
  vdpa/sfc: remove use of EAL logtype
  bus/pci: use a dynamic logtype
  crypto/ccp: use a dynamic logtype

 drivers/bus/auxiliary/auxiliary_common.c |   4 +-
 drivers/bus/dpaa/dpaa_bus.c              |   4 +-
 drivers/bus/fslmc/fslmc_vfio.c           |   2 +-
 drivers/bus/pci/bsd/pci.c                |  44 +++---
 drivers/bus/pci/linux/pci.c              |  52 +++----
 drivers/bus/pci/linux/pci_uio.c          |  75 ++++------
 drivers/bus/pci/linux/pci_vfio.c         | 173 ++++++++++-------------
 drivers/bus/pci/pci_common.c             |  85 +++++------
 drivers/bus/pci/pci_common_uio.c         |  15 +-
 drivers/bus/pci/pci_params.c             |   9 +-
 drivers/bus/pci/private.h                |   6 +
 drivers/bus/pci/windows/pci.c            |  13 +-
 drivers/bus/pci/windows/pci_netuio.c     |   7 +-
 drivers/common/qat/qat_device.c          |   4 +-
 drivers/crypto/ccp/ccp_crypto.c          |   4 +-
 drivers/crypto/ccp/ccp_pmd_private.h     |  15 +-
 drivers/crypto/ccp/rte_ccp_pmd.c         |   2 +
 drivers/net/cnxk/cnxk_rep_msg.c          |   2 +-
 drivers/net/cpfl/cpfl_ethdev.c           |   2 +-
 drivers/net/mlx4/mlx4.c                  |   2 +-
 drivers/net/sfc/sfc_ethdev.c             |  12 +-
 drivers/net/sfc/sfc_log.h                |   2 +-
 drivers/vdpa/sfc/sfc_vdpa.c              |   6 +-
 drivers/vdpa/sfc/sfc_vdpa_hw.c           |   2 -
 24 files changed, 226 insertions(+), 316 deletions(-)

-- 
2.45.2


             reply	other threads:[~2024-06-25 12:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 12:24 David Marchand [this message]
2024-06-25 12:24 ` [PATCH 1/6] vdpa/sfc: remove dead code David Marchand
2024-06-25 14:25   ` Andrew Rybchenko
2024-06-25 12:24 ` [PATCH 2/6] drivers: use dedicated log macros instead of EAL logtype David Marchand
2024-06-25 12:24 ` [PATCH 3/6] net/sfc: remove use " David Marchand
2024-06-25 14:26   ` Andrew Rybchenko
2024-06-25 12:24 ` [PATCH 4/6] vdpa/sfc: " David Marchand
2024-06-25 12:24 ` [PATCH 5/6] bus/pci: use a dynamic logtype David Marchand
2024-06-26  2:05   ` Chenbo Xia
2024-06-25 12:24 ` [PATCH 6/6] crypto/ccp: " David Marchand
2024-06-28 11:57   ` David Marchand

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=20240625122414.1065829-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.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).