Re: [dpdk-dev] [PATCH v3 3/3] app/testpmd: support L2TPV2 and PPP protocol pattern

2021-10-17 Thread Ori Kam
Hi Jie, Sorry if I wan't clear on my last review. You don't need to implement encap/decap for those protocols just make sure they are working with the set encap and set decap along with the raw action. You can look at cmd_set_raw_parsed and use other tunnels as reference (for example gtp). >

[dpdk-dev] [PATCH v3 3/3] app/testpmd: support L2TPV2 and PPP protocol pattern

2021-10-15 Thread Jie Wang
Add support for test-pmd to parse protocol pattern L2TPv2 and PPP. Signed-off-by: Wenjun Wu Signed-off-by: Jie Wang --- app/test-pmd/cmdline.c | 244 ++ app/test-pmd/cmdline_flow.c | 396 app/test-pmd/testpmd.h | 22 ++ 3 files