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

2017-07-12 Thread Thomas Monjalon
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 compil

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

2017-07-12 Thread 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(88

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

2017-07-10 Thread Pablo de Lara
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