DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Some drivers logging cleanups
@ 2024-06-25 12:24 David Marchand
  2024-06-25 12:24 ` [PATCH 1/6] vdpa/sfc: remove dead code David Marchand
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: David Marchand @ 2024-06-25 12:24 UTC (permalink / raw)
  To: dev

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-06-28 11:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-25 12:24 [PATCH 0/6] Some drivers logging cleanups David Marchand
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

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