[dpdk-dev] [PATCH 3/8] crypto/cnxk: add cn9k IPsec session related functions
Akhil Goyal
gakhil at marvell.com
Mon Sep 6 21:39:14 CEST 2021
> Add helper functions useful in implementing IPsec outbound
> and inbound session create apis.
>
> Signed-off-by: Archana Muniganti <marchana at marvell.com>
> Signed-off-by: Tejasree Kondoj <ktejasree at marvell.com>
> Signed-off-by: Vamsi Attunuru <vattunuru at marvell.com>
> ---
Clang compilation broken on this patch
../drivers/crypto/cnxk/cn9k_ipsec.c:18:1: error: unused function 'cn9k_cpt_enq_sa_write' [-Werror,-Wunused-function]
cn9k_cpt_enq_sa_write(struct cn9k_ipsec_sa *sa, struct cnxk_cpt_qp *qp,
^
../drivers/crypto/cnxk/cn9k_ipsec.c:236:1: error: unused function 'fill_ipsec_common_sa' [-Werror,-Wunused-function]
fill_ipsec_common_sa(struct rte_security_ipsec_xform *ipsec,
More information about the dev
mailing list