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 CBD2D41D32; Tue, 21 Feb 2023 20:02:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA7D242D0C; Tue, 21 Feb 2023 20:02:22 +0100 (CET) Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by mails.dpdk.org (Postfix) with ESMTP id DEBA342686 for ; Tue, 21 Feb 2023 20:02:18 +0100 (CET) Received: by mail-pj1-f44.google.com with SMTP id y2so1855717pjg.3 for ; Tue, 21 Feb 2023 11:02:18 -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=V9Kt7oTF7UOze3PgNSFkM4Zjg2wOosJOCNnRu50oJkE=; b=uWuhdax3EDE77JAB6GJ+N4glPe8fCCtQdzybb7CZa4v8ldVG4JTCLm9DHbYfsCkg/T 7/1SZxKpNwkC4XORz5cy10U+IM3z1y1lXPJ7mL/t3iRr52cGAkeXylHzFVK72oL0CRPs 6mGWH45iZ3bOf4sSmVmEo76XpzaQgz3eMxLV0msVqDI5FeAJDDfa0SmKwr1+pXHRVd0M y+y+nj2GF23sK2lgPIE1nK7kHv9aF2YKlXB+8T8AFTVeMjxLtNB/tcd89Kzc3pXNguWs EMxvK5pecWP3NrMjOidoS/UwTMLI7xS+8g1VY2k/dmUdxmU1ePu4xi2xqnG2dR/T0bsN TGqQ== 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=V9Kt7oTF7UOze3PgNSFkM4Zjg2wOosJOCNnRu50oJkE=; b=a/wLidRl81KwEFmD8+JTQ58CN3plhNzBrUEvye6JND2YJ0WPAsShWpb/BEcAQ3ldr1 mL4En0sjIMCahTkotbH2VXW8zWSxZUSqisGeYo6BhD0G5X+S99CM1SpTQbJ/vKjdC7SI r7O2zpp/L20ljQNakl/6jsiAxYoA2igVIik7WZJR6cH91rIpme6rTXqvnWtqYke02yTR NkrICsBZk/JVJlyhtYZLxHs1a/qVhDjFjUpebhidf7iUJLXhJ9MgffBxYajvF27DH5tO MLYpU8PV15/kcb+gyP6xQtoDDCGhPW1y9Rtv39M5BjIUqByV6KOvGS11isxl8JZNGhqr yTmg== X-Gm-Message-State: AO0yUKV3NU/P5dZ9NY9wyyS+LMcsYnVqIEZGqOzDNAmu2JeI3QiId6EB bD70GTqYqmvf8zkD5oJ8TdALk991y4mvnweJSCM= X-Google-Smtp-Source: AK7set/dzJjWurXr1jiKt55CWzG+2eBp0R/vKSvLPFoBdtzWRh7Ihdll4O8eH/S8UfqupdPp2c6hiQ== X-Received: by 2002:a17:903:2305:b0:19a:9890:eac3 with SMTP id d5-20020a170903230500b0019a9890eac3mr7081069plh.39.1677006137775; Tue, 21 Feb 2023 11:02:17 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id jc4-20020a17090325c400b001991e59fde6sm10213018plb.216.2023.02.21.11.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 11:02:17 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v9 02/22] eal: drop no longer used GSO logtype Date: Tue, 21 Feb 2023 11:01:48 -0800 Message-Id: <20230221190208.514276-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221190208.514276-1-stephen@networkplumber.org> References: <20230207204151.1503491-1-stephen@networkplumber.org> <20230221190208.514276-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 message that used this was replaced in previous patch. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_log.c | 1 - lib/eal/include/rte_log.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/eal/common/eal_common_log.c b/lib/eal/common/eal_common_log.c index bd7b188ceb4a..894701e8c19c 100644 --- a/lib/eal/common/eal_common_log.c +++ b/lib/eal/common/eal_common_log.c @@ -368,7 +368,6 @@ static const struct logtype logtype_strings[] = { {RTE_LOGTYPE_CRYPTODEV, "lib.cryptodev"}, {RTE_LOGTYPE_EFD, "lib.efd"}, {RTE_LOGTYPE_EVENTDEV, "lib.eventdev"}, - {RTE_LOGTYPE_GSO, "lib.gso"}, {RTE_LOGTYPE_USER1, "user1"}, {RTE_LOGTYPE_USER2, "user2"}, {RTE_LOGTYPE_USER3, "user3"}, diff --git a/lib/eal/include/rte_log.h b/lib/eal/include/rte_log.h index 6d2b0856a565..11d517806054 100644 --- a/lib/eal/include/rte_log.h +++ b/lib/eal/include/rte_log.h @@ -46,7 +46,7 @@ extern "C" { #define RTE_LOGTYPE_CRYPTODEV 17 /**< Log related to cryptodev. */ #define RTE_LOGTYPE_EFD 18 /**< Log related to EFD. */ #define RTE_LOGTYPE_EVENTDEV 19 /**< Log related to eventdev. */ -#define RTE_LOGTYPE_GSO 20 /**< Log related to GSO. */ + /* was RTE_LOGTYPE_GSO */ /* these log types can be used in an application */ #define RTE_LOGTYPE_USER1 24 /**< User-defined log type 1. */ -- 2.39.1