From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4EE7E2C18 for ; Fri, 4 Aug 2017 14:41:43 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 05:41:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="115617491" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 04 Aug 2017 05:41:42 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX106.ger.corp.intel.com ([169.254.8.236]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 13:41:41 +0100 From: "De Lara Guarch, Pablo" To: Adrien Mazarguil , Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/2] cryptodev: fix C11 extensions in exported header Thread-Index: AQHTDRi9j4cY0CaAi0mwy9TeY+GxOqJ0I5zQ Date: Fri, 4 Aug 2017 12:41:40 +0000 Message-ID: References: <55d8f7ef02866b9ab921656e9e9e4a43d09f3c50.1501847638.git.adrien.mazarguil@6wind.com> <61d6d83aca3273eb3ed0b6b204cf0c6fb131d635.1501847638.git.adrien.mazarguil@6wind.com> In-Reply-To: <61d6d83aca3273eb3ed0b6b204cf0c6fb131d635.1501847638.git.adrien.mazarguil@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] cryptodev: fix C11 extensions in exported header 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: , X-List-Received-Date: Fri, 04 Aug 2017 12:41:44 -0000 > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Friday, August 4, 2017 12:56 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH 2/2] cryptodev: fix C11 extensions in exported header >=20 > Fix issues reported by check-includes.sh: >=20 > rte_crypto_sym.h:586:3: error: anonymous structs are a C11 extension > [-Werror,-Wc11-extensions] > rte_crypto_sym.h:510:2: error: anonymous unions are a C11 extension > [-Werror,-Wc11-extensions] >=20 > Fixes: b59502a5e3d0 ("cryptodev: add AEAD parameters in crypto > operation") > Cc: Pablo de Lara >=20 > Signed-off-by: Adrien Mazarguil Patch looks good, although check-git-log.sh complains about it: Wrong tag: Fix issues reported by check-includes.sh: Apart from this. Acked-by: Pablo de Lara