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 4CED6A0524; Thu, 4 Feb 2021 11:26:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3AA7724069F; Thu, 4 Feb 2021 11:26:52 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id A1C36240690 for ; Thu, 4 Feb 2021 11:26:49 +0100 (CET) IronPort-SDR: 7rJ8zyAUJn+BS9Rdthl0XybFj2ybmDw4PwgmCEwg7rFMwg6XHA7rZjTX9HAtQiQAtQxUWvIdMl lqu8ipneNCGg== X-IronPort-AV: E=McAfee;i="6000,8403,9884"; a="177707932" X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="177707932" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 02:26:48 -0800 IronPort-SDR: h7qSGbA9uQkoZm2upcLf2ZenYdDaLODf7HnP/XST2XGp0w81OsfsDVLL4RsD//rQiGJSpdE3xR 082BcuZiHysA== X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="372612008" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.15.170]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 04 Feb 2021 02:26:46 -0800 Date: Thu, 4 Feb 2021 10:26:43 +0000 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, konstantin.ananyev@intel.com Message-ID: <20210204102643.GC1712@bricha3-MOBL.ger.corp.intel.com> References: <20210129203307.25123-1-david.marchand@redhat.com> <20210204100520.15414-1-david.marchand@redhat.com> <20210204100520.15414-2-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210204100520.15414-2-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH v2 2/2] builtools: remove build flag for header includes check 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 Sender: "dev" On Thu, Feb 04, 2021 at 11:05:20AM +0100, David Marchand wrote: > Previous patch just removes the last case of direct inclusion of the > generic/ headers. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson