[dpdk-dev] [PATCH v8 4/5] cryptodev: change burst API to be crypto op oriented

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Mar 10 15:03:51 CET 2016


2016-03-10 13:43, Fiona Trahe:
>  lib/librte_cryptodev/rte_crypto.h                  | 352 +++++++++++-

One of the problems with inline functions in a header, is that it must
compile with C and C++. Unfortunately there is a small error here when
included in a C++ app:

rte_crypto.h:172:24: error:
	invalid conversion from ‘void*’ to ‘rte_crypto_op_pool_private*’
rte_crypto.h:220:29: error:
	invalid conversion from ‘void*’ to ‘rte_crypto_op_pool_private*’



More information about the dev mailing list