Re: [dpdk-dev] [PATCH] lib: fix wrong cast

2018-01-23 Thread Akhil Goyal
Acked-by: Akhil Goyal

[dpdk-dev] [PATCH] lib: fix wrong cast

2018-01-23 Thread Zhiyong Yang
The wrong casts don't cause actual error, but they should conform to C standard. Fixes: c261d1431bd8 ("security: introduce security API and framework") Fixes: b3bbd9e5f265 ("cryptodev: support device independent sessions") Cc: sta...@dpdk.org Cc: declan.dohe...@intel.com Cc: akhil.go...@nxp.com S