Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-08-19 Thread Gregory Etelson
awsheh > ; Eli Britstein ; Ori Kam > > Subject: Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model > > Hi Gregory, > > I'm sorry for the review with t many questions without any > suggestions on how to answer it. Please, see below. > > On 6/2

Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-07-13 Thread Gregory Etelson
> Rybchenko ; Ajit Khaparde > ; sriharsha.basavapa...@broadcom.com; > hemal.s...@broadcom.com; Eli Britstein ; Oz Shlomo > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model > > 01/07/2020 08:52, Gregory Etelson: > > From: Kinsella,

Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-07-13 Thread Thomas Monjalon
01/07/2020 08:52, Gregory Etelson: > From: Kinsella, Ray > > __rte_experimental is not required AFAIK on structure definitions, structure > > definitions are not symbols, just on exported functions and variables. > > > > Did you get a specific warning, that made you add this? > > [Gregory Etelso

Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-07-05 Thread Andrew Rybchenko
Hi Gregory, I'm sorry for the review with t many questions without any suggestions on how to answer it. Please, see below. On 6/25/20 7:03 PM, Gregory Etelson wrote: > From: Eli Britstein > > Hardware vendors implement tunneled traffic offload techniques > differently. Although RTE flow API

Re: [dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-07-01 Thread Gregory Etelson
> -Original Message- > From: Kinsella, Ray > Sent: Tuesday, June 30, 2020 14:30 > To: Gregory Etelson > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; John McNamara > ; Marko Kovacevic > ; Neil Horman ; > Thomas Monjalon ; Ferruh Yigit > ; Andrew Rybchenko > ; Ajit Khaparde > ; srihar

[dpdk-dev] [PATCH 2/2] ethdev: tunnel offload model

2020-06-25 Thread Gregory Etelson
From: Eli Britstein Hardware vendors implement tunneled traffic offload techniques differently. Although RTE flow API provides tools capable to offload all sorts of network stacks, software application must reference this hardware differences in flow rules compilation. As the result tunneled traf