ethdev: support L2TPv2 and PPP procotol
authorJie Wang <jie1x.wang@intel.com>
Thu, 21 Oct 2021 10:49:22 +0000 (18:49 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 21 Oct 2021 12:15:59 +0000 (14:15 +0200)
commit3a929df1f28684c6ba2dd2151a39eb232f95f4ed
tree577fc4318b4cacebc881e7451f04a65b9377ab1b
parent77140af0b8cbe45992a8c5e9b82f1a579a32e8e3
ethdev: support L2TPv2 and PPP procotol

Added flow pattern items and header formats of L2TPv2 and PPP.

Signed-off-by: Wenjun Wu <wenjun1.wu@intel.com>
Signed-off-by: Jie Wang <jie1x.wang@intel.com>
Acked-by: Ori Kam <orika@nvidia.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/api/doxy-api-index.md
doc/guides/nics/features/default.ini
doc/guides/prog_guide/rte_flow.rst
doc/guides/rel_notes/release_21_11.rst
lib/ethdev/rte_flow.c
lib/ethdev/rte_flow.h
lib/net/meson.build
lib/net/rte_l2tpv2.h [new file with mode: 0644]
lib/net/rte_ppp.h [new file with mode: 0644]