> -Original Message-
> From: Stephen Hemminger
> Sent: Friday, January 19, 2024 10:26 PM
> To: Rahul Bhansali
> Cc: dev@dpdk.org; Akhil Goyal ; Anoob Joseph
>
> Subject: [EXT] Re: [PATCH] test/security: add inline IPsec Rx inject tes
On Fri, 19 Jan 2024 11:42:20 +0530
Rahul Bhansali wrote:
> +static int
> +test_ipsec_with_rx_inject(struct ip_pkt_vector *vector, const struct
> ipsec_test_flags *flags)
> +{
> + struct rte_security_session_conf sess_conf_out = {0};
> + struct rte_security_session_conf sess_conf_in = {0}
Add test for inline IPsec Rx inject verification. This test case
will inject the known vector to crypto HW from ethdev and
verifies it back with decrypted packet from ethdev Rx.
Signed-off-by: Rahul Bhansali
---
app/test/test_security_inline_proto.c | 325 ++
app/test/tes
3 matches
Mail list logo