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 15F3FA00BE; Thu, 21 Apr 2022 22:09:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0673140042; Thu, 21 Apr 2022 22:09:38 +0200 (CEST) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mails.dpdk.org (Postfix) with ESMTP id 2AFB940040 for ; Thu, 21 Apr 2022 22:09:37 +0200 (CEST) Received: by mail-pl1-f173.google.com with SMTP id u15so2764227ple.4 for ; Thu, 21 Apr 2022 13:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3aZ9Ub2gN/HF/7AJzEWt11d47yEEkBEvhZCG9NO/gXg=; b=76UHxkBGGMz4FIWESmYSWcSHPBz1TkPDlGAaT75SxIhSZgH2NsxiPWaZ/5j3iQm7J1 QTKXVTSP/uhaCk0W8GuFFK5zfXNa3Ru37GqNAn9UehxjfKByTiRul7+30Gea0nh3up67 akMY9TjPXfFm5ZkzzkU/0vxywLGEkXNzN74K1ckVhCwFHOwOVmSUia03YUjBxoD02jXH LiE0QTkVsXwxPduv3UliB0zngB/4B3Y0AyMpcz4tNtq+DMaMxQTULs4DW+269Wsj7iKU soJrwyu4r8fa+wIl0r8avjwAG5snhuZyfFm3Hg+sVUGoVO242SXMiOq8UhlvOktgfsrd o2QQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3aZ9Ub2gN/HF/7AJzEWt11d47yEEkBEvhZCG9NO/gXg=; b=Orfel/Fsjkf+CZ20ixoBtyy3QRWRZWOT/rIHjWoWmN9tk3pwLTIFr+Gv1CjDX9CQ87 TBGfgqD2NsRBwD+HpG8FbdBx/BcPczbq6pZ/bWIJjaBehHajjv9ToDIepGei8QmbWPnH GZohxuz4SyjerfntezUtjrlhDPDFPprlXW1TLo6+ZXgRiNRrj5yJpE+cG62D0cUTdK14 Lwv4inSHPcCDLlkxTuDThLWnZgqf52DgmjXV2VZamzRJ/BDYHcv6Q/ZgxjmZlwKpdCXr e6BZB7d5Xm0iVY71VqxZU3ScdjHVP9n1ykgxnQpLv7H0zuUqVKSHCRPWEvYEXJC1vOBS HUMA== X-Gm-Message-State: AOAM531kElFYF50ndxD2KsDssj9MtpgCIDJnP3zH/IE2/8EZDGpF9xys bPelmwIfDIN4KyQg5Nv7iTUlaQ== X-Google-Smtp-Source: ABdhPJxZa0UN38vhsPVOy5MHROxw40kmN+sWE6FE7z8MyfwTgHCvn3PnXX1GvL5sT54lEVH8R25c5w== X-Received: by 2002:a17:903:31d1:b0:159:804:e852 with SMTP id v17-20020a17090331d100b001590804e852mr893061ple.19.1650571776364; Thu, 21 Apr 2022 13:09:36 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id w6-20020a17090aaf8600b001cd4989fec0sm3627247pjq.12.2022.04.21.13.09.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Apr 2022 13:09:35 -0700 (PDT) Date: Thu, 21 Apr 2022 13:09:33 -0700 From: Stephen Hemminger To: Sean Morrissey Cc: Cristian Dumitrescu , dev@dpdk.org Subject: Re: [PATCH v1 17/19] table: remove unneeded header includes Message-ID: <20220421130933.3a01f466@hermes.local> In-Reply-To: <20220421190859.264174-18-sean.morrissey@intel.com> References: <20220421190859.264174-1-sean.morrissey@intel.com> <20220421190859.264174-18-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Thu, 21 Apr 2022 19:08:57 +0000 Sean Morrissey wrote: > These header includes have been flagged by the iwyu_tool > and removed. > > Signed-off-by: Sean Morrissey > --- > lib/table/rte_swx_table_learner.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/table/rte_swx_table_learner.c b/lib/table/rte_swx_table_learner.c > index 15576c2aa3..f9d4d7faac 100644 > --- a/lib/table/rte_swx_table_learner.c > +++ b/lib/table/rte_swx_table_learner.c > @@ -6,7 +6,6 @@ > #include > > #include > -#include > #include > > #include "rte_swx_table_learner.h" This file is using rte_get_tsc_hz(), where is that getting defined?