vpp-swan: Add plugin for vpp-swan 13/37413/1
authorGabriel Oginski <gabrielx.oginski@intel.com>
Wed, 29 Jun 2022 12:54:30 +0000 (12:54 +0000)
committerGabriel Oginski <gabrielx.oginski@intel.com>
Tue, 18 Oct 2022 06:26:30 +0000 (06:26 +0000)
commit225d15cae9680b505c0cf73018177d0e8bb88668
tree264f9f048fda1b826faaccb30e179bc49373f4ca
parent994d86f70e1957b30d18eebdd6a06634153b2308
vpp-swan: Add plugin for vpp-swan

Added plugin vpp-swan is a plugin that helps offloading
Strongswan IPsec ESP process from Linux Kernel to VPP.

Type: feature
Signed-off-by: Gabriel Oginski <gabrielx.oginski@intel.com>
Change-Id: Iec77945892453fac1890d3c49d7d86fc6b09c893
(cherry picked from commit 4e88e041ad47bf422bbb2a0940f77aba11ea2178)
13 files changed:
MAINTAINERS
extras/strongswan/vpp_sswan/Makefile [new file with mode: 0644]
extras/strongswan/vpp_sswan/README.rst [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel-vpp.conf [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_ipsec.c [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_ipsec.h [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_net.c [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_net.h [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_plugin.c [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_plugin.h [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_shared.c [new file with mode: 0644]
extras/strongswan/vpp_sswan/kernel_vpp_shared.h [new file with mode: 0644]
extras/strongswan/vpp_sswan/swanctl.conf [new file with mode: 0644]