From patchwork Tue Jul 21 18:22:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74587 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6010A0526; Tue, 21 Jul 2020 20:23:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3A21F1C036; Tue, 21 Jul 2020 20:22:57 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id 0E8CD1C02A for ; Tue, 21 Jul 2020 20:22:54 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id l6so10606804plt.7 for ; Tue, 21 Jul 2020 11:22:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=BFlj8i6p9Fb6IxNUvnhyQZDVQtNv1FUzx0hry/PkhHc=; b=OGcu3xcg18speI8PJalHUQz1UlnhhM1LURF7/aVZWuojRJkod9HR7cajA+wZYbc0iL V5gXy3Hd/T59T3cYeH6VkTUsGvHfEdad/xRlt9jEoQtKefoTDTU6TIqQjQBeJgBHWERt oWmMKDFOwHGkT68PwiI0VP8KyO3MgX/YD8w8ysZWpvqpWtGc1ULyDzuavFdhDddtWya5 nBtfecUXE/sTXrHA8Sdc1StWjJyUQ/ZaF9lbLG5yAHg/aA3yYra15NZi6YoeY3QtP1Zj eLapNHnO/+iusthq9UQD5QCPomYtOqF2hOpYPX4TSnsFeVI90JrMekLYRug/iqomMj5i /o8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BFlj8i6p9Fb6IxNUvnhyQZDVQtNv1FUzx0hry/PkhHc=; b=IUeHkeOOeyAILlwg3W4E/nDgW4HMgHaX9WNvLcReizERVLg6m1T17nT0Gsq28A6fkS 8RgiAF0nGCVk319KE3jdCuSHx8ZneGuBhXrMIfampiaueqAHqJj0NUKSw0hmv1AIOp0n fYHzwy+JTtwZ8+6xuXtT4OmJdFK3m0TPyRblUrLWFU6ZBvs+aLRnD86DBa7lnOINCX+W icJaEZ01zImC9hzt0XEErbMRjQAZbt9d46TGd2JSQozxODK/Qn4DDdwYhRz0KBWuD6R3 u47vJdtEBkv/lr6IZ/OW/Ki7+ea/CAE8ylG9ET7FeqqLnLEJEzJiNEOrkOAehnee8UyJ u5Aw== X-Gm-Message-State: AOAM530FQHPgZaJcEDNf4cE4Ecv6wgcN5YcXHh8Nr069zOfvxVGcccoJ Ykcm33D4/3avJ8tBhS0WCaTH8kfTiQen1Q== X-Google-Smtp-Source: ABdhPJwtLr5JrplVGxtrdk/S77pLzAlm9eAW2JCSs8Escu55s/zxvKxgACL9ZlPJH4aqi6+k8l0sxw== X-Received: by 2002:a17:90b:188b:: with SMTP id mn11mr6082612pjb.179.1595355772683; Tue, 21 Jul 2020 11:22:52 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 76sm21434031pfu.139.2020.07.21.11.22.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 11:22:51 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Hemant Agrawal Date: Tue, 21 Jul 2020 11:22:35 -0700 Message-Id: <20200721182242.5366-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200721182242.5366-1-stephen@networkplumber.org> References: <20200506193741.24117-1-stephen@networkplumber.org> <20200721182242.5366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v4 1/8] app/proc-info: remove unused logtype #define X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This logtype is defined but never used. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- app/proc-info/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/proc-info/main.c b/app/proc-info/main.c index abeca4aab438..69e3000616c0 100644 --- a/app/proc-info/main.c +++ b/app/proc-info/main.c @@ -39,8 +39,6 @@ /* Maximum long option length for option parsing. */ #define MAX_LONG_OPT_SZ 64 -#define RTE_LOGTYPE_APP RTE_LOGTYPE_USER1 - #define MAX_STRING_LEN 256 #define STATS_BDR_FMT "========================================"