vxlan: convert vxlan to a plugin 11/37511/8
authorSteven Luong <sluong@cisco.com>
Mon, 24 Oct 2022 16:10:59 +0000 (09:10 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 19 Jan 2023 21:37:25 +0000 (21:37 +0000)
commit8bd4db5996ba1144f659ea5341f1c2727c650bcd
tree05ebf7985499bf10b842faf68af2c1d4a5d7c138
parentdd2eff6d060c787e4a49863c9b97bde7215f7740
vxlan: convert vxlan to a plugin

per https://jira.fd.io/browse/VPP-2058

Type: improvement

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ica0828de218d25ada2d0d1491e373c3b78179ac1
18 files changed:
MAINTAINERS
src/plugins/dpdk/device/flow.c
src/plugins/nsh/FEATURE.yaml
src/plugins/nsh/nsh.c
src/plugins/nsh/nsh_pop.c
src/plugins/vxlan/CMakeLists.txt [new file with mode: 0644]
src/plugins/vxlan/FEATURE.yaml [moved from src/vnet/vxlan/FEATURE.yaml with 100% similarity]
src/plugins/vxlan/decap.c [moved from src/vnet/vxlan/decap.c with 99% similarity]
src/plugins/vxlan/dir.dox [moved from src/vnet/vxlan/dir.dox with 100% similarity]
src/plugins/vxlan/encap.c [moved from src/vnet/vxlan/encap.c with 99% similarity]
src/plugins/vxlan/plugin.c [new file with mode: 0644]
src/plugins/vxlan/vxlan.api [moved from src/vnet/vxlan/vxlan.api with 100% similarity]
src/plugins/vxlan/vxlan.c [moved from src/vnet/vxlan/vxlan.c with 99% similarity]
src/plugins/vxlan/vxlan.h [moved from src/vnet/vxlan/vxlan.h with 98% similarity]
src/plugins/vxlan/vxlan_api.c [moved from src/vnet/vxlan/vxlan_api.c with 99% similarity]
src/plugins/vxlan/vxlan_error.def [moved from src/vnet/vxlan/vxlan_error.def with 100% similarity]
src/plugins/vxlan/vxlan_packet.h [moved from src/vnet/vxlan/vxlan_packet.h with 100% similarity]
src/vnet/CMakeLists.txt