From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH] cryptodev: fix icc build Date: Wed, 12 Jul 2017 11:09:39 +0100 Message-ID: References: <20170710025923.66395-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9E2F3548B for ; Wed, 12 Jul 2017 12:12:24 +0200 (CEST) In-Reply-To: <20170710025923.66395-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US 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 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