From f260bb555e80f7f46ced876df1b5aafe9f314c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Lebrun?= Date: Tue, 3 Mar 2026 14:29:35 +0100 Subject: [PATCH] index: add VPP repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FD.io's Vector Packet Processor (VPP) is a fast, scalable layer 2-4 multi-platform network stack. It runs in Linux Userspace on multiple architectures including x86, ARM, and Power architectures. Signed-off-by: Nicolas PLANEL Signed-off-by: Nicolas PLANEL Signed-off-by: Théo Lebrun --- elixir/filters/projects.py | 5 +++++ utils/index | 1 + 2 files changed, 6 insertions(+) diff --git a/elixir/filters/projects.py b/elixir/filters/projects.py index f3a48d2..7b1f34d 100755 --- a/elixir/filters/projects.py +++ b/elixir/filters/projects.py @@ -110,6 +110,11 @@ project_filters = { *default_filters, ConfigInFilter, ], + 'vpp': [ + *default_filters, + (CppPathIncFilter, {"prefix_path": ['src', 'src/plugins', 'src/vpp-api', 'src/vpp-api/vapi']}), + MakefileFileFilter, + ], 'zephyr': [ *default_filters, DtsiFilter, diff --git a/utils/index b/utils/index index 8bd4312..3298a87 100755 --- a/utils/index +++ b/utils/index @@ -142,6 +142,7 @@ add_default_remotes $1 $# $2 xen https://xenbits.xen.org/git-http/xen.git add_default_remotes $1 $# $2 freebsd https://git.freebsd.org/src.git add_default_remotes $1 $# $2 opensbi https://github.com/riscv-software-src/opensbi add_default_remotes $1 $# $2 iproute2 https://git.kernel.org/pub/scm/network/iproute2/iproute2.git +add_default_remotes $1 $# $2 vpp https://gerrit.fd.io/r/vpp # Index a single project if test "x$2" != "x--all"; then