[dpdk-dev] [PATCH 2/8] crypto/octeontx2: add lookaside SA context definitions

Akhil Goyal akhil.goyal at nxp.com
Wed Jul 1 22:46:37 CEST 2020


> Subject: [PATCH 2/8] crypto/octeontx2: add lookaside SA context definitions
> 
> Signed-off-by: Vamsi Attunuru <vattunuru at marvell.com>
> Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
> ---
Please add appropriate description in all the patches. 

>  drivers/crypto/octeontx2/otx2_cryptodev_sec.h |  52 ++++++++
>  drivers/crypto/octeontx2/otx2_ipsec_po.h      | 119 ++++++++++++++++++
>  drivers/crypto/octeontx2/otx2_security.h      |   2 +
>  drivers/net/octeontx2/otx2_ethdev_sec.h       |   1 +
>  4 files changed, 174 insertions(+)
>  create mode 100644 drivers/crypto/octeontx2/otx2_cryptodev_sec.h
>  create mode 100644 drivers/crypto/octeontx2/otx2_ipsec_po.h
> 
> diff --git a/drivers/crypto/octeontx2/otx2_cryptodev_sec.h
> b/drivers/crypto/octeontx2/otx2_cryptodev_sec.h
> new file mode 100644
> index 0000000000..af62207d07
> --- /dev/null
> +++ b/drivers/crypto/octeontx2/otx2_cryptodev_sec.h
> @@ -0,0 +1,52 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright (C) 2020 Marvell International Ltd.
> + */
> +
> +#ifndef __OTX2_CRYPTODEV_SEC_H__
> +#define __OTX2_CRYPTODEV_SEC_H__
> +
> +#include "otx2_ipsec_po.h"
Why is it named like this? What is 'po' ?



More information about the dev mailing list