> -----Original Message-----
> From: Adrien Mazarguil [mailto:[email protected]]
> Sent: Friday, August 4, 2017 12:56 PM
> To: Thomas Monjalon <[email protected]>
> Cc: [email protected]; De Lara Guarch, Pablo
> <[email protected]>
> Subject: [PATCH 2/2] cryptodev: fix C11 extensions in exported header
>
> Fix issues reported by check-includes.sh:
>
> rte_crypto_sym.h:586:3: error: anonymous structs are a C11 extension
> [-Werror,-Wc11-extensions]
> rte_crypto_sym.h:510:2: error: anonymous unions are a C11 extension
> [-Werror,-Wc11-extensions]
>
> Fixes: b59502a5e3d0 ("cryptodev: add AEAD parameters in crypto
> operation")
> Cc: Pablo de Lara <[email protected]>
>
> Signed-off-by: Adrien Mazarguil <[email protected]>
Patch looks good, although check-git-log.sh complains about it:
Wrong tag:
Fix issues reported by check-includes.sh:
Apart from this.
Acked-by: Pablo de Lara <[email protected]>