numam-dpdk/lib/librte_cryptodev
Declan Doherty dbe849384c cryptodev: fix build with gcc 4.4.7
- 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: d11b0f30df ("cryptodev: introduce API and framework for crypto devices")

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
2015-11-27 19:22:06 +01:00
..
Makefile cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
rte_crypto.h cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
rte_cryptodev_pmd.h cryptodev: fix build with gcc 4.4.7 2015-11-27 19:22:06 +01:00
rte_cryptodev_version.map cryptodev: introduce API and framework for crypto devices 2015-11-25 19:18:04 +01:00
rte_cryptodev.c cryptodev: fix build with gcc 4.4.7 2015-11-27 19:22:06 +01:00
rte_cryptodev.h cryptodev: mark experimental state 2015-11-25 19:18:04 +01:00