From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97C5C41C99; Tue, 14 Feb 2023 23:49:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 349B243046; Tue, 14 Feb 2023 23:48:20 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id D35CE4301C for ; Tue, 14 Feb 2023 23:48:09 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id oa11-20020a17090b1bcb00b002341a2656e5so229671pjb.1 for ; Tue, 14 Feb 2023 14:48:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=eECXXGmntrXbA8+7KcILaCKIy+GGF4blhlaA75UYdDk=; b=BGIGLT/7Qohulw/xHW2ta9Wpp08NsOMkPjnZ7qHt7WgEh/faog8Tvw4IJKuAE+qLcB w8Ea/EoOc+/vZCop6jbrvYGzRPiL3UCDFclpg/7ooTiOQ6/SJkl3wQsuAUVg8dfDSZPN Fp2MEK57zubNbEvh5nINrkaEcUQ2pAhriIXxNz5JHfNxGtUYX9DD8uMSMN3neylsLw26 G1uIzGhbOWxkfuDPckhNWSFJAU8jEOGXsRiHZXhS+J/qgTUIR1+iW0DpPZaryLXXULoU E9TB4Rb+RfF/L9dbzeYrKC9+jw4TpHsanUdVDnrV3aFZkdJ017DVLFkVafAMGCi6oBaN qetQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eECXXGmntrXbA8+7KcILaCKIy+GGF4blhlaA75UYdDk=; b=zHNA2vT1j2RhrTeKM8DrRnxZypFbUkk+DB3dhlMzgSA1i2WAevGdoYWFxcuKS8gWak 7hpdytBggm4byky1hmgBIsh/wc5O5UDEBMqwEsMyr0LLlRwslXgN4OnlqNtuKB6hmxw7 P3nwNF0F37hncmmhFc9p0HyHSNZfhUGs2/v6iQ+nKc7Rn8wI8OnoriHTmHeKBWJAKlwA J6MCINUxBeh/BpCSGgt7MdQhJ6YAkzT0+kliyfH1tmSPrR1PQ21CzQdq0xqeeUV2ZkLB k4mmhb7vKPFRKkjPhuZRylBv0qDNbbBfC4s4IVEt47Ke5Rkp7xA2/akCTHCxwpBWyEue W21w== X-Gm-Message-State: AO0yUKX8w0Vs1XtMmZE5f/n4ZKrktNFGgWpFg589lntKgO/Jw2oW0p35 +mcc53X7mCj8YpiC0xCoCVMWbgSL7a2FjanVjLw= X-Google-Smtp-Source: AK7set+JknDW3ryCQObGtAsrMyxbg83MjK5bT/E4/WWcRmRRe5yfLbMXlVHi7lYSL8J6Y+RJuanoKg== X-Received: by 2002:a17:903:2445:b0:198:fca8:2108 with SMTP id l5-20020a170903244500b00198fca82108mr314020pls.44.1676414888896; Tue, 14 Feb 2023 14:48:08 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id u9-20020a17090341c900b0019607984a5esm10735785ple.95.2023.02.14.14.48.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Feb 2023 14:48:08 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu Subject: [PATCH v6 19/22] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type Date: Tue, 14 Feb 2023 14:47:32 -0800 Message-Id: <20230214224735.1404326-20-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230214224735.1404326-1-stephen@networkplumber.org> References: <20230207204151.1503491-1-stephen@networkplumber.org> <20230214224735.1404326-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Use a dynamically allocated logtype. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_log.c | 1 - lib/eal/include/rte_log.h | 2 +- lib/pipeline/rte_pipeline.c | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index d640ed3c88b9..a3498d1a2faf 100644 --- a/lib/eal/common/eal_common_log.c +++ b/lib/eal/common/eal_common_log.c @@ -351,7 +351,6 @@ static const struct logtype logtype_strings[] = { {RTE_LOGTYPE_EAL, "lib.eal"}, {RTE_LOGTYPE_PMD, "pmd"}, {RTE_LOGTYPE_HASH, "lib.hash"}, - {RTE_LOGTYPE_PIPELINE, "lib.pipeline"}, {RTE_LOGTYPE_CRYPTODEV, "lib.cryptodev"}, {RTE_LOGTYPE_EVENTDEV, "lib.eventdev"}, {RTE_LOGTYPE_USER1, "user1"}, diff --git a/lib/eal/include/rte_log.h b/lib/eal/include/rte_log.h index 934bddff9dfa..7473fd53505a 100644 --- a/lib/eal/include/rte_log.h +++ b/lib/eal/include/rte_log.h @@ -41,7 +41,7 @@ extern "C" { /* was RTE_LOGTYPE_SCHED */ /* was RTE_LOGTYPE_PORT */ /* was RTE_LOGTYPE_TABLE */ -#define RTE_LOGTYPE_PIPELINE 15 /**< Log related to pipeline. */ + /* was RTE_LOGTYPE_PIPELINE */ /* was RTE_LOGTYPE_MBUF */ #define RTE_LOGTYPE_CRYPTODEV 17 /**< Log related to cryptodev. */ /* was RTE_LOGTYPE_EFD */ diff --git a/lib/pipeline/rte_pipeline.c b/lib/pipeline/rte_pipeline.c index ff86c7cf96bf..30919cd9fe30 100644 --- a/lib/pipeline/rte_pipeline.c +++ b/lib/pipeline/rte_pipeline.c @@ -12,6 +12,9 @@ #include "rte_pipeline.h" +RTE_LOG_REGISTER_DEFAULT(pipeline_logtype, INFO); +#define RTE_LOGTYPE_PIPELINE pipeline_logtype + #define RTE_TABLE_INVALID UINT32_MAX #ifdef RTE_PIPELINE_STATS_COLLECT -- 2.39.1