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

2019-10-24 Thread David Marchand
On Thu, Oct 17, 2019 at 1:23 PM Ananyev, Konstantin wrote: > > > 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 pack

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

2019-10-17 Thread Ananyev, Konstantin
> 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 w

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

2019-10-14 Thread Harman Kalra
Ping.. On Wed, Sep 25, 2019 at 04:13:21PM +0530, Harman Kalra wrote: > 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

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

2019-09-25 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