[dpdk-dev] [PATCH] cryptodev: fix icc build

Declan Doherty declan.doherty at intel.com
Wed Jul 12 12:09:39 CEST 2017


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 <pablo.de.lara.guarch at intel.com>
> ---
...
> 

Acked-by: Declan Doherty <declan.doherty at intel.com>


More information about the dev mailing list