Re: [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

2025-02-24 Thread Stanislav Fomichev
On 02/24, Bastien Curutchet wrote: > Hi Stanislav, > > On 2/21/25 5:14 PM, Stanislav Fomichev wrote: > > On 02/21, Bastien Curutchet (eBPF Foundation) wrote: > > > test_xdp_vlan.sh isn't used by the BPF CI. > > > > > > Migrate test_xdp_vlan.sh in prog_tests/xdp_vlan.c. > > > It uses the same BPF

Re: [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

2025-02-24 Thread Bastien Curutchet
Hi Stanislav, On 2/21/25 5:14 PM, Stanislav Fomichev wrote: On 02/21, Bastien Curutchet (eBPF Foundation) wrote: test_xdp_vlan.sh isn't used by the BPF CI. Migrate test_xdp_vlan.sh in prog_tests/xdp_vlan.c. It uses the same BPF programs located in progs/test_xdp_vlan.c and the same network top

Re: [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

2025-02-21 Thread Stanislav Fomichev
On 02/21, Bastien Curutchet (eBPF Foundation) wrote: > test_xdp_vlan.sh isn't used by the BPF CI. > > Migrate test_xdp_vlan.sh in prog_tests/xdp_vlan.c. > It uses the same BPF programs located in progs/test_xdp_vlan.c and the > same network topology. > Remove test_xdp_vlan*.sh and their Makefile e

[PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

2025-02-21 Thread Bastien Curutchet (eBPF Foundation)
test_xdp_vlan.sh isn't used by the BPF CI. Migrate test_xdp_vlan.sh in prog_tests/xdp_vlan.c. It uses the same BPF programs located in progs/test_xdp_vlan.c and the same network topology. Remove test_xdp_vlan*.sh and their Makefile entries. Signed-off-by: Bastien Curutchet (eBPF Foundation) ---