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 5AB89A0547; Wed, 27 Oct 2021 12:00:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42FA3410F6; Wed, 27 Oct 2021 12:00:07 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 10DED40E0F for ; Wed, 27 Oct 2021 12:00:05 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10149"; a="316330060" X-IronPort-AV: E=Sophos;i="5.87,186,1631602800"; d="scan'208";a="316330060" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2021 03:00:05 -0700 X-IronPort-AV: E=Sophos;i="5.87,186,1631602800"; d="scan'208";a="447147080" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.16.125]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 27 Oct 2021 03:00:03 -0700 Date: Wed, 27 Oct 2021 11:00:00 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, dmitry.kozliuk@gmail.com, Thomas Monjalon Message-ID: References: <20211023102900.22317-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211023102900.22317-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH] devtools: forbid additions of __reserved 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 Sat, Oct 23, 2021 at 12:29:00PM +0200, David Marchand wrote: > __reserved is a reserved keyword in Windows system headers. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson