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 <pablo.de.lara.gua...@intel.com> > > Acked-by: Declan Doherty <declan.dohe...@intel.com>
Applied, thanks