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 1F538A00BE; Thu, 21 Apr 2022 22:10:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0814A40042; Thu, 21 Apr 2022 22:10:19 +0200 (CEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mails.dpdk.org (Postfix) with ESMTP id 8A49F40040 for ; Thu, 21 Apr 2022 22:10:17 +0200 (CEST) Received: by mail-pg1-f178.google.com with SMTP id g9so5529581pgc.10 for ; Thu, 21 Apr 2022 13:10:17 -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=/tYnf+Iw97hdhJpyjH0k5TyoBZNrgqF26OeQhZ0cIZI=; b=mWW4RgSwycECKNBC857QOnU+9uRbndXH0BHT0BSh33BhHGq4mOwniUyXmvORcA8EaZ Ke/tg+qvHiPqI2t7z44s1ejIain0N2xMS1nyGuM8wi4gRnehOGdNXPjl9wixcykKFXbO gWDyosdUeJ7QFfQ/ecbRehlvXYOcVnb4ruXJH1H39b7bUjHGxaNYMmza6DdAmP8egls9 XHX9x0e5RX05uYPBuDlVDDXDgSYt7MyX/TAKnsGgReCvTnxxk4fllo5palfh+Ni4NIbX 7VOA3vzrpVKNxeItKIMaGp2zNsGOM2dmKdhGLdiI/XvQFRCGQs2CsnD5vqFCIQYjPZWh re2A== 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=/tYnf+Iw97hdhJpyjH0k5TyoBZNrgqF26OeQhZ0cIZI=; b=MrAsvbeb9DzZEJCFkItBCiAc+tTMXyftHZ9W4V/zT2Kn+wZ/r5tFIHQ1/MphiSNxya ssAcmHs7nIPDB5G+m/1rFXBDeak0tNxeXCjmjuoNtVIGRGEDbKS88TSIHQHgCuSC0w1/ s8MorYb1yAT++yEb7XLotCARhoop0BqK+bcXXLfkS5LKibANfoBEr+ciwGSGSnfmapwG 1YvVUUobCDTAMF2aMTHRY4dXI8lvDHXI1kDWPGEV7RIH6djFXuWrEemq92BGVaNclwkI J2kZQo1cGkNXRGHVGT/F4+oGl/4sCU3p+RDpn+gw4bDtCiDHoqaufN1LguUkqTLu6gko pDCA== X-Gm-Message-State: AOAM533ZzUjdgBzKI4wVnshBolwSG+JT21IOBFD2Z6q0naPmtJumNfRl Ph9arfvmr/k2ksL9pSy7yIhBjsZh67bD9w== X-Google-Smtp-Source: ABdhPJyuhNt2WaO6zr1JKobyAOuoRCfbWkd99JSd6gG3O1HERoXvRJoi4uD8H+HsAzbLmgmQcNa9yQ== X-Received: by 2002:a62:3083:0:b0:505:f7ac:c4a6 with SMTP id w125-20020a623083000000b00505f7acc4a6mr1306972pfw.66.1650571816711; Thu, 21 Apr 2022 13:10:16 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id a12-20020a62d40c000000b0050ce0ff29f2sm1193768pfh.16.2022.04.21.13.10.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Apr 2022 13:10:16 -0700 (PDT) Date: Thu, 21 Apr 2022 13:10:14 -0700 From: Stephen Hemminger To: Sean Morrissey Cc: Olivier Matz , dev@dpdk.org Subject: Re: [PATCH v1 16/19] stack: remove unneeded header includes Message-ID: <20220421131014.1aa23929@hermes.local> In-Reply-To: <20220421190859.264174-17-sean.morrissey@intel.com> References: <20220421190859.264174-1-sean.morrissey@intel.com> <20220421190859.264174-17-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:56 +0000 Sean Morrissey wrote: > These header includes have been flagged by the iwyu_tool > and removed. > > Signed-off-by: Sean Morrissey > --- > lib/stack/rte_stack.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/stack/rte_stack.h b/lib/stack/rte_stack.h > index 91fc570767..af8c3804f3 100644 > --- a/lib/stack/rte_stack.h > +++ b/lib/stack/rte_stack.h > @@ -22,7 +22,6 @@ extern "C" { > #include > #include > #include > -#include This file is using rte_spinlock_t so where is it getting defined?