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*?

Reply via email to