Re: [dpdk-dev] [PATCH 0/2] bpf: fix and new test-case

2019-07-04 Thread Thomas Monjalon
03/07/2019 15:40, Konstantin Ananyev: > Fixes problem in validate part for function return value checking > and adds new test-case to cover that. > > Konstantin Ananyev (2): > bpf: fix validate for function return value > test/bpf: add test-case for function return value Applied, thanks

[dpdk-dev] [PATCH 0/2] bpf: fix and new test-case

2019-07-03 Thread Konstantin Ananyev
Fixes problem in validate part for function return value checking and adds new test-case to cover that. Konstantin Ananyev (2): bpf: fix validate for function return value test/bpf: add test-case for function return value app/test/test_bpf.c | 130 ++