[dpdk-dev] [PATCH v7 1/9] lib/librte_ethdev: introduce GENEVE header TLV option item
Ferruh Yigit
ferruh.yigit at intel.com
Mon Jan 18 15:29:42 CET 2021
On 1/17/2021 10:21 AM, Shiri Kuzin wrote:
> 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 at nvidia.com>
> Acked-by: Ori Kam <orika at nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
More information about the dev
mailing list