X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Faesni_mb%2Frte_aesni_mb_pmd_private.h;h=949d9a6037bdfa1f093d7b71b5ec88967e4faaa6;hb=53c3c30c1120a641ae61822cad85ff0ec3a2158b;hp=2f98609ef44a88b7319c0c9033492b700add2212;hpb=924e84f87306caf675fe8ad424db827e2629ee47;p=dpdk.git diff --git a/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h b/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h index 2f98609ef4..949d9a6037 100644 --- a/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h +++ b/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h @@ -1,7 +1,7 @@ /*- * BSD LICENSE * - * Copyright(c) 2015 Intel Corporation. All rights reserved. + * Copyright(c) 2015-2016 Intel Corporation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -146,11 +146,11 @@ struct aesni_mb_qp { /**< Vector mode dependent pointer table of the multi-buffer APIs */ MB_MGR mb_mgr; /**< Multi-buffer instance */ - struct rte_ring *processed_pkts; - /**< Ring for placing process packets */ + struct rte_ring *processed_ops; + /**< Ring for placing process operations */ struct rte_mempool *sess_mp; /**< Session Mempool */ - struct rte_cryptodev_stats qp_stats; + struct rte_cryptodev_stats stats; /**< Queue pair statistics */ } __rte_cache_aligned; @@ -218,7 +218,7 @@ struct aesni_mb_session { extern int aesni_mb_set_session_parameters(const struct aesni_mb_ops *mb_ops, struct aesni_mb_session *sess, - const struct rte_crypto_xform *xform); + const struct rte_crypto_sym_xform *xform); /** device specific operations function pointer structure */