Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions

2018-04-23 Thread Adrien Mazarguil
On Mon, Apr 23, 2018 at 12:17:09PM +0100, Doherty, Declan wrote: > On 23/04/2018 12:00 PM, Shahaf Shuler wrote: > > Thursday, April 19, 2018 4:03 PM, Adrien Mazarguil: > > > Subject: Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap > > > actions > > &g

Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions

2018-04-23 Thread Doherty, Declan
On 23/04/2018 12:00 PM, Shahaf Shuler wrote: Thursday, April 19, 2018 4:03 PM, Adrien Mazarguil: Subject: Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions On Wed, Apr 18, 2018 at 10:04:18PM +0100, Declan Doherty wrote: [...] I'm still unsure about the defin

Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions

2018-04-23 Thread Shahaf Shuler
Thursday, April 19, 2018 4:03 PM, Adrien Mazarguil: > Subject: Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap > actions > > On Wed, Apr 18, 2018 at 10:04:18PM +0100, Declan Doherty wrote: [...] > > I'm still unsure about the definition involving a li

Re: [dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions

2018-04-19 Thread Adrien Mazarguil
On Wed, Apr 18, 2018 at 10:04:18PM +0100, Declan Doherty wrote: > Add new flow action types and associated action data structure to > support the encapsulation and decapsulation of VXLAN/NVGRE tunnel > endpoints. > > The RTE_FLOW_ACTION_TYPE_VXLAN_ENCAP or > RTE_FLOW_ACTION_TYPE_NVGRE_ENCAP action

[dpdk-dev] [PATCH v4 1/6] ethdev: Add tunnel encap/decap actions

2018-04-18 Thread Declan Doherty
Add new flow action types and associated action data structure to support the encapsulation and decapsulation of VXLAN/NVGRE tunnel endpoints. The RTE_FLOW_ACTION_TYPE_VXLAN_ENCAP or RTE_FLOW_ACTION_TYPE_NVGRE_ENCAP actions will cause the matching flow to be encapsulated in the tunnel endpoint ove