From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] no longer use RTE_LOGTYPE_PMD Date: Tue, 26 Feb 2019 13:34:19 -0800 Message-ID: <20190226213424.10567-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 771EC326C for ; Tue, 26 Feb 2019 22:34:28 +0100 (CET) Received: by mail-pf1-f194.google.com with SMTP id s22so6867800pfh.4 for ; Tue, 26 Feb 2019 13:34:28 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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