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

2025-06-26 Thread Jose E. Marchesi
Hello Piyush. Sorry for the delay in reviewing. It's been quite a busy week at work... > This patch adds initial version of vmtest-tool script to test BPF > programs on live kernel > > For now, the tool is standalone, but it is intended to be integrated with the > DejaGnu testsuite to run BPF

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

2025-06-18 Thread Piyush Raj
This patch adds initial version of vmtest-tool script to test BPF programs on live kernel For now, the tool is standalone, but it is intended to be integrated with the DejaGnu testsuite to run BPF testcases in future patches. Current Limitations: - Only x86_64 is supported. Support for additiona