[PATCH 1/1] contrib: add vmtest-tool to test BPF programs

2025-06-18 Thread Piyush Raj
vmtest-tool/uv.lock: New file. * vmtest-tool/vm.py: New file. Signed-off-by: Piyush Raj --- contrib/vmtest-tool/.gitignore | 23 ++ contrib/vmtest-tool/.pre-commit-config.yaml | 32 ++ contrib/vmtest-tool/.python-version | 1 + contrib/vmtest-tool/README

[PATCH 0/1] contrib: add vmtest-tool to test BPF programs

2025-06-18 Thread Piyush Raj
additional architectures will be added soon. - When testing BPF programs with --bpf-src or --bpf-obj, only the host's root directory can be used as the VM root filesystem. This will also be improved in future updates. Thank you, Piyush Raj Piyush Raj (1): contrib: add vmtest-tool to tes