]> git.droids-corp.org - dpdk.git/commit
app/testpmd: add 6 types of L2TPv2 message
authorJie Wang <jie1x.wang@intel.com>
Wed, 9 Feb 2022 09:38:54 +0000 (17:38 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 9 Feb 2022 20:30:14 +0000 (21:30 +0100)
commit988cd040eee9cfbdc8e7586665f6e5d11b1cdd18
tree2d7c09bb46713b57ea95a731440969ed78b673c7
parent9747f6955b01005bb19e8dfacd64c4bb92dbd07e
app/testpmd: add 6 types of L2TPv2 message

This patch adds L2TPv2 control message and 5 types of data message
support for testpmd.

The added L2TPv2 message types are listed below:
1. L2TPv2 control
2. L2TPv2
3. L2TPv2 + length option
4. L2TPv2 + sequence option
5. L2TPv2 + offset option
6. L2TPv2 + length option + sequence option

Signed-off-by: Jie Wang <jie1x.wang@intel.com>
Acked-by: Ori Kam <orika@nvidia.com>
app/test-pmd/cmdline_flow.c
doc/guides/testpmd_app_ug/testpmd_funcs.rst
lib/net/rte_l2tpv2.h