ut/crypto: update mocked headers for dpdk 18.08
We need additional mocks for structures that were added in the most recent DPDK release to make our unit tests build properly. Change-Id: If6e471528d4cb1dce24fb5d910e9e545fcdaa0f6 Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/429987 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
0258728f2b
commit
4172100c66
@ -121,6 +121,12 @@ struct rte_cryptodev_sym_session {
|
||||
__extension__ void *sess_private_data[0];
|
||||
};
|
||||
|
||||
struct rte_cryptodev_asym_session {
|
||||
__extension__ void *sess_private_data[0];
|
||||
};
|
||||
|
||||
struct rte_crypto_asym_xform;
|
||||
|
||||
struct rte_cryptodev_sym_session *
|
||||
rte_cryptodev_sym_session_create(struct rte_mempool *mempool);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user