[dpdk-dev] [PATCH] cryptodev: fixes for gcc 4.4.7 build issues

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Nov 27 19:16:28 CET 2015


2015-11-27 17:44, Declan Doherty:
> - Fix for build error caused by flexible array member in struct rte_ccryptodev_session.

error: flexible array member in otherwise empty struct

> - Change void** casting of sess parameter in rte_cryptodev_session_create which
> causes a strict-aliasing error

Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto devices")

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

Applied, thanks


More information about the dev mailing list