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

2015-11-27 Thread Thomas Monjalon
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 err

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

2015-11-27 Thread Declan Doherty
- Fix for build error caused by flexible array member in struct rte_ccryptodev_session. - Change void** casting of sess parameter in rte_cryptodev_session_create which causes a strict-aliasing error Signed-off-by: Declan Doherty --- lib/librte_cryptodev/rte_cryptodev.c | 7 +-- lib/libr