Re: [dpdk-dev] [PATCH v6 0/9] ethdev: introduce GENEVE header TLV option item

2021-01-17 Thread Shiri Kuzin
> -Original Message- > From: Ferruh Yigit > Sent: Friday, January 15, 2021 3:34 AM > To: Shiri Kuzin ; dev@dpdk.org > Cc: Slava Ovsiienko ; NBU-Contact-Adrien > Mazarguil ; Ori Kam ; > NBU-Contact-Thomas Monjalon ; Raslan > Darawsheh ; andrew.rybche...@oktetlabs.ru > Subject: Re: [PATCH

Re: [dpdk-dev] [PATCH v6 0/9] ethdev: introduce GENEVE header TLV option item

2021-01-14 Thread Ferruh Yigit
On 1/14/2021 7:07 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

[dpdk-dev] [PATCH v6 0/9] ethdev: introduce GENEVE header TLV option item

2021-01-13 Thread Shiri Kuzin
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 introduce