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 0E82941CF1; Tue, 21 Feb 2023 00:37:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 973A74314B; Tue, 21 Feb 2023 00:36:24 +0100 (CET) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 63DA043129 for ; Tue, 21 Feb 2023 00:36:08 +0100 (CET) Received: by mail-pf1-f178.google.com with SMTP id f11so1443812pfe.2 for ; Mon, 20 Feb 2023 15:36:08 -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=W35+k0/nxGmPH0dP92jKXi26qn3G0Y4hBcnCM7qeAAg=; b=aSvfTZBh6Oy1loMaPJBjzx9EYcwxHnj58u5kUcnWqVokEGK2HsE/x3Yqy2uofc4/KF YKzaPA9IM72NCv6WJb4kCXJuBgziV7IH5Erj5Gz5Km1H8NsVfoekyhYCyu/Q4FNx0IUl o+dnV9LL1Sf9C0I78/bcjKsjz16AIaqkgOWBbFBSfjrKotR9j7Ey7TryAWPaPtdDEFQ+ z2UqTcJ7Pv3tCvUzM+sVZrEODUZL8+MQChGJpwQ0yOzVcB6dbAI4tRVJiaj/qZFNE/Ct s5yixKJLyyn6BH7WW8Li2yAj2NCEBhFcrZcw5qqHnalS9x41Ey86MD6cYMXEhy1xWGvD veSA== 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=W35+k0/nxGmPH0dP92jKXi26qn3G0Y4hBcnCM7qeAAg=; b=WdLjnzVM0ghhoy8vVuNGHypoaCN7goitbDPXbYwxbwhTruTjJgjnV4jPnNUwyVfNOg 6Ia5TlZ+yAFA9oBCOC7BRSftzP0t0icG3vA+swy3SX2c9bBCCFzlvnFVf2QCWe60equf GiFJJc8UdbKc8CuDzDf6HlqTXmouYYY5ydbOOVp+yCXoi7ikPxoK3PI/bZCidKDZK8yt 36vzEg53/elol6qjLlAE8g8J3snhZTXRE98v01V4UjYnbfz6rEKo3QV9HWG67xeNTSBv 6v98TyGTPipNpU3OKG5i4LOXBlmg8mzU0ePuLD/GcGLycsISGrp/XjaBFrDTUBnle8OZ gOkw== X-Gm-Message-State: AO0yUKUxYlLVA4AvqcykSlZVFoLJpo3ZxDqTANvyOTj+0rOEqww5ZFhh W1emV1on6zlKBni5MhqkJRC+1M97IMCfuc42Dvg= X-Google-Smtp-Source: AK7set+j8fcRGk5+QxTlrrW0iiMa5gh2nrCSDHXZzrb5SS0093lFWSDl9m/MBjOxN3s2y4r0oP7rqQ== X-Received: by 2002:a62:184f:0:b0:5a8:b705:4dd3 with SMTP id 76-20020a62184f000000b005a8b7054dd3mr4363779pfy.13.1676936167225; Mon, 20 Feb 2023 15:36:07 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id q19-20020a62e113000000b005a8dc935ec1sm8215908pfh.62.2023.02.20.15.36.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Feb 2023 15:36:06 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v8 10/22] ring: replace RTE_LOGTYPE_RING with dynamic type Date: Mon, 20 Feb 2023 15:35:44 -0800 Message-Id: <20230220233556.168553-11-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230220233556.168553-1-stephen@networkplumber.org> References: <20230207204151.1503491-1-stephen@networkplumber.org> <20230220233556.168553-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 The logtype for ring only used in library. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_log.c | 1 - lib/eal/include/rte_log.h | 2 +- lib/ring/rte_ring.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 39e1e6680dea..5f15e312f15b 100644 --- a/lib/eal/common/eal_common_log.c +++ b/lib/eal/common/eal_common_log.c @@ -349,7 +349,6 @@ struct logtype { static const struct logtype logtype_strings[] = { {RTE_LOGTYPE_EAL, "lib.eal"}, - {RTE_LOGTYPE_RING, "lib.ring"}, {RTE_LOGTYPE_MEMPOOL, "lib.mempool"}, {RTE_LOGTYPE_PMD, "pmd"}, {RTE_LOGTYPE_HASH, "lib.hash"}, diff --git a/lib/eal/include/rte_log.h b/lib/eal/include/rte_log.h index 7d4345acceca..31a2ee2f6b6f 100644 --- a/lib/eal/include/rte_log.h +++ b/lib/eal/include/rte_log.h @@ -28,7 +28,7 @@ extern "C" { /* SDK log type */ #define RTE_LOGTYPE_EAL 0 /**< Log related to eal. */ /* was RTE_LOGTYPE_MALLOC */ -#define RTE_LOGTYPE_RING 2 /**< Log related to ring. */ + /* was RTE_LOGTYPE_RING */ #define RTE_LOGTYPE_MEMPOOL 3 /**< Log related to mempool. */ /* was RTE_LOGTYPE_TIMER */ #define RTE_LOGTYPE_PMD 5 /**< Log related to poll mode driver. */ diff --git a/lib/ring/rte_ring.c b/lib/ring/rte_ring.c index cddaf6b2876f..8c5f2575d6ef 100644 --- a/lib/ring/rte_ring.c +++ b/lib/ring/rte_ring.c @@ -26,6 +26,9 @@ #include "rte_ring.h" #include "rte_ring_elem.h" +RTE_LOG_REGISTER_DEFAULT(ring_logtype, INFO); +#define RTE_LOGTYPE_RING ring_logtype + TAILQ_HEAD(rte_ring_list, rte_tailq_entry); static struct rte_tailq_elem rte_ring_tailq = { -- 2.39.1