From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cryptodev: fix icc build Date: Wed, 12 Jul 2017 14:42:23 +0200 Message-ID: <3563352.sqd4cL5u3l@xps> References: <20170710025923.66395-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan Doherty To: Pablo de Lara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 90F632E83 for ; Wed, 12 Jul 2017 14:42:24 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/07/2017 12:09, Declan Doherty: > On 10/07/17 03:59, Pablo de Lara wrote: > > Removed unnecessary macro RTE_STD_C11, which is used > > for unnamed structs. > > Since there is no longer an unnamed structure in > > rte_cryptodev_sym_session, this is not needed and > > it is actually breaking compilation on icc: > > > > lib/librte_cryptodev/rte_cryptodev.h(887): error: expected a declaration > > __extension__ void *sess_private_data[0]; > > ^ > > Fixes: 7c110ce7aa4e ("cryptodev: remove mempool from session") > > > > Signed-off-by: Pablo de Lara > > Acked-by: Declan Doherty Applied, thanks