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

2021-01-18 Thread Ferruh Yigit
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 ite

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

2021-01-18 Thread Ferruh Yigit
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 ite

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

2021-01-17 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