]> git.droids-corp.org - dpdk.git/commit
test/security: add cases for inline IPsec offload
authorAkhil Goyal <gakhil@marvell.com>
Tue, 24 May 2022 07:22:10 +0000 (12:52 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 1 Jun 2022 14:26:34 +0000 (16:26 +0200)
commit86e2487c5f2c84abeaef1436a172512c7b7026e9
treea625e7414393c8f80a1e1a5b953a666063e56571
parent8f5b549502d1bfd72cee3078af753bbc881dbed9
test/security: add cases for inline IPsec offload

A new test suite is added in test app to test inline IPsec protocol
offload. In this patch, predefined vectors from Lookaside IPsec test
are used to verify the IPsec functionality without the need of
external traffic generators. The sent packet is loopbacked onto the same
interface which is received and matched with the expected output.
The test suite can be updated further with other functional test cases.
In this patch encap only cases are added.
The testsuite can be run using:
RTE> inline_ipsec_autotest

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
MAINTAINERS
app/test/meson.build
app/test/test_security_inline_proto.c [new file with mode: 0644]
app/test/test_security_inline_proto_vectors.h [new file with mode: 0644]