Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow API

2018-04-19 Thread Adrien Mazarguil
On Mon, Apr 16, 2018 at 02:10:41PM +0800, Qi Zhang wrote: > Add couple OpenFlow frienldy TTL change actions. frienldy => friendly > > RTE_FLOW_ACTION_MLPS_TTL_DEC - decrement MPLS TTL. > RTE_FLOW_ACTION_IP_TTL_DEC - decrement IP TTL. > RTE_FLOW_ACTION_TTL_COPY_OUT - copy TTL outwards. > RTE_FLOW

Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow API

2018-04-16 Thread Adrien Mazarguil
On Mon, Apr 16, 2018 at 08:56:37AM +, Shahaf Shuler wrote: > Monday, April 16, 2018 11:12 AM, Adrien Mazarguil: > > Subject: Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in > > flow API > > > > Hi Shahaf, > > > > On Mon, Apr 16, 2018 a

Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow API

2018-04-16 Thread Shahaf Shuler
Monday, April 16, 2018 11:12 AM, Adrien Mazarguil: > Subject: Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in > flow API > > Hi Shahaf, > > On Mon, Apr 16, 2018 at 05:48:19AM +, Shahaf Shuler wrote: > > Hi Qi, > > > > Am wondering if we can

Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow API

2018-04-16 Thread Adrien Mazarguil
Hi Shahaf, On Mon, Apr 16, 2018 at 05:48:19AM +, Shahaf Shuler wrote: > Hi Qi, > > Am wondering if we can make the below more generic and not tailored for > specific use cases. Regarding this, please see my previous answer [1] where I asked Qi to make his changes more focused on the use ca

Re: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow API

2018-04-15 Thread Shahaf Shuler
Hi Qi, Am wondering if we can make the below more generic and not tailored for specific use cases. Monday, April 16, 2018 8:17 AM, Qi Zhang: > Subject: [dpdk-dev] [PATCH v3 3/4] ethdev: add TTL change actions in flow > API > > Add couple OpenFlow frienldy TTL change actions. > > RTE_FLOW_ACTI