Shiri Kuzin 2b4c72b4d1 ethdev: introduce GENEVE header TLV option item
The Geneve tunneling protocol is designed to allow the
user to specify some data context on the packet.
The GENEVE TLV (Type-Length-Variable) Option
is the mean intended to present the user data.

In order to support GENEVE TLV Option the new rte_flow
item "rte_flow_item_geneve_opt" is added.
The new item contains the values and masks for the
following fields:
-option class
-option type
-length
-data

New item will be added to testpmd to support match and
raw encap/decap actions.

Signed-off-by: Shiri Kuzin <shirik@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2021-01-19 03:30:15 +01:00
..
2021-01-19 13:12:59 +01:00
2021-01-15 11:31:28 +01:00
2020-10-29 16:45:17 +01:00
2021-01-14 16:42:25 +01:00
2021-01-19 03:30:13 +01:00
2020-10-29 14:13:31 +01:00
2021-01-17 23:21:14 +01:00