[PATCH v6 0/2] BPF tests
Marat Khalili
marat.khalili at huawei.com
Wed Nov 12 16:03:38 CET 2025
With this version the new test succeeds or gets correctly skipped for me
for all combinations of installed packages.
Series-tested-by: Marat Khalili <marat.khalili at huawei.com>
> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Tuesday 11 November 2025 22:56
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>
> Subject: [PATCH v6 0/2] BPF tests
>
> Add missing tests for BPF file loading functions.
> This is subset of earlier patch.
>
> v6 - rebase to main
> - make sure that -ENOTSUP is handled
> - remove duplicate includes
> - combine all of the elf tests into one test instance
>
> Stephen Hemminger (2):
> bpf: add a test for BPF ELF load
> bpf: add test for Rx and Tx filtering
>
> app/test/bpf/filter.c | 53 +++++
> app/test/bpf/load.c | 51 +++++
> app/test/bpf/meson.build | 53 +++++
> app/test/meson.build | 2 +
> app/test/test_bpf.c | 476 +++++++++++++++++++++++++++++++++++++++
> 5 files changed, 635 insertions(+)
> create mode 100644 app/test/bpf/filter.c
> create mode 100644 app/test/bpf/load.c
> create mode 100644 app/test/bpf/meson.build
>
> --
> 2.51.0
More information about the dev
mailing list