[dpdk-dev] [PATCH 0/5] no longer use RTE_LOGTYPE_PMD
Stephen Hemminger
stephen at networkplumber.org
Tue Feb 26 22:34:19 CET 2019
Almost all usages of RTE_LOGTYPE_PMD have been replaced by per
driver log types in current version. This patch series fixes the
few remaining stragglers to use local logging.
Stephen Hemminger (5):
eal: drop unused RTE_PROC_PRIMARY_OR macros
crypto/virtio: use local log type
eventdev: use same log macro for all unsupported calls
eal: remove RTE_PMD_DEBUG_TRACE
sfc: don't use RTE_LOGTYPE_PMD
drivers/crypto/virtio/virtio_logs.h | 4 +-
drivers/net/sfc/sfc.c | 4 +-
lib/librte_eal/common/include/rte_dev.h | 56 +------------------------
lib/librte_eventdev/rte_eventdev.c | 4 +-
4 files changed, 9 insertions(+), 59 deletions(-)
--
2.17.1
More information about the dev
mailing list