Re: [dpdk-dev] [PATCH] test/bpf: add new test cases

2019-09-24 Thread Ananyev, Konstantin
Hi, > > This patch implements following new test cases: > - test_call4: test case to verify if stack corruption occurs > across with multiple function calls. > - test_jump2: test case with a default packet in memory, parse > the packet and check if dest ip is part of a subnet. > - test_call5: t

[dpdk-dev] [PATCH] test/bpf: add new test cases

2019-09-24 Thread Harman Kalra
This patch implements following new test cases: - test_call4: test case to verify if stack corruption occurs across with multiple function calls. - test_jump2: test case with a default packet in memory, parse the packet and check if dest ip is part of a subnet. - test_call5: test case with string d