sr: move srmpls to a plugin 66/40866/10
authorScott Hutton <schutton@cisco.com>
Fri, 3 May 2024 14:40:42 +0000 (07:40 -0700)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 14 May 2024 07:53:35 +0000 (07:53 +0000)
commit182d8b2ddba098f99029ed82e44960f3dfd18987
tree5e6207f795dba2e2be150c1b3ca4c150106e5c3a
parent9850d301b0dc87cadf05999cf210f1f7b731a327
sr: move srmpls to a plugin

Move sr_mpls folder under vnet to the plugin folder, update cmake configuration
and header paths, and add plugin.c to register plugin.

JIRA: VPP-2054

Type: improvement
Change-Id: I1ad6f287f67eb0c35588c339bcd51218fadf5f8e
Signed-off-by: Scott Hutton <schutton@cisco.com>
15 files changed:
MAINTAINERS
docs/developer/corefeatures/sr/sr_mpls.rst
docs/spelling_wordlist.txt
src/plugins/srmpls/CMakeLists.txt [new file with mode: 0644]
src/plugins/srmpls/FEATURE.yaml [moved from src/vnet/srmpls/FEATURE.yaml with 100% similarity]
src/plugins/srmpls/dir.dox [moved from src/vnet/srmpls/dir.dox with 100% similarity]
src/plugins/srmpls/plugin.c [new file with mode: 0644]
src/plugins/srmpls/sr_doc.rst [moved from src/vnet/srmpls/sr_doc.rst with 100% similarity]
src/plugins/srmpls/sr_mpls.api [moved from src/vnet/srmpls/sr_mpls.api with 100% similarity]
src/plugins/srmpls/sr_mpls.h [moved from src/vnet/srmpls/sr_mpls.h with 100% similarity]
src/plugins/srmpls/sr_mpls_api.c [moved from src/vnet/srmpls/sr_mpls_api.c with 96% similarity]
src/plugins/srmpls/sr_mpls_policy.c [moved from src/vnet/srmpls/sr_mpls_policy.c with 99% similarity]
src/plugins/srmpls/sr_mpls_steering.c [moved from src/vnet/srmpls/sr_mpls_steering.c with 99% similarity]
src/plugins/srmpls/sr_mpls_test.c [moved from src/vnet/srmpls/sr_mpls_test.c with 95% similarity]
src/vnet/CMakeLists.txt