* [PATCH] crypto/cnxk: support for TTL or hop limit decrement
@ 2022-02-18 12:49 Volodymyr Fialko
2022-02-22 19:36 ` [EXT] " Akhil Goyal
0 siblings, 1 reply; 2+ messages in thread
From: Volodymyr Fialko @ 2022-02-18 12:49 UTC (permalink / raw)
To: dev, Ankur Dwivedi, Anoob Joseph, Tejasree Kondoj
Cc: jerinj, Volodymyr Fialko
Add support for TTL if IPv4 or hop limit if IPv6 decrement for cn10k.
Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
---
drivers/crypto/cnxk/cn10k_ipsec.c | 2 ++
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/crypto/cnxk/cn10k_ipsec.c b/drivers/crypto/cnxk/cn10k_ipsec.c
index 847e1d026e..15ebd57f52 100644
--- a/drivers/crypto/cnxk/cn10k_ipsec.c
+++ b/drivers/crypto/cnxk/cn10k_ipsec.c
@@ -102,6 +102,8 @@ cn10k_ipsec_outb_sa_create(struct roc_cpt *roc_cpt, struct roc_cpt_lf *lf,
param1.u16 = 0;
+ param1.s.ttl_or_hop_limit = ipsec_xfrm->options.dec_ttl;
+
/* Disable IP checksum computation by default */
param1.s.ip_csum_disable = ROC_IE_OT_SA_INNER_PKT_IP_CSUM_DISABLE;
diff --git a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
index 7347f6d221..2f8001e0b2 100644
--- a/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
+++ b/drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c
@@ -1144,6 +1144,7 @@ cn10k_sec_caps_update(struct rte_security_capability *sec_cap)
sec_cap->ipsec.options.tunnel_hdr_verify =
RTE_SECURITY_IPSEC_TUNNEL_VERIFY_SRC_DST_ADDR;
}
+ sec_cap->ipsec.options.dec_ttl = 1;
sec_cap->ipsec.options.ip_csum_enable = 1;
sec_cap->ipsec.options.l4_csum_enable = 1;
sec_cap->ipsec.options.stats = 1;
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [EXT] [PATCH] crypto/cnxk: support for TTL or hop limit decrement
2022-02-18 12:49 [PATCH] crypto/cnxk: support for TTL or hop limit decrement Volodymyr Fialko
@ 2022-02-22 19:36 ` Akhil Goyal
0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2022-02-22 19:36 UTC (permalink / raw)
To: Volodymyr Fialko, dev, Ankur Dwivedi, Anoob Joseph, Tejasree Kondoj
Cc: Jerin Jacob Kollanukkaran, Volodymyr Fialko
> Add support for TTL if IPv4 or hop limit if IPv6 decrement for cn10k.
>
> Signed-off-by: Volodymyr Fialko <vfialko@marvell.com>
> Acked-by: Anoob Joseph <anoobj@marvell.com>
> ---
Applied to dpdk-next-crypto
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-22 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 12:49 [PATCH] crypto/cnxk: support for TTL or hop limit decrement Volodymyr Fialko
2022-02-22 19:36 ` [EXT] " Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).