Re: [dpdk-dev] [PATCH v6 1/3] ethdev: add generic TTL rewrite actions

2018-10-16 Thread Ferruh Yigit
On 10/16/2018 9:25 AM, Andrew Rybchenko wrote: > On 10/16/18 11:14 AM, Jack Min wrote: >> rewrite TTL by decrease or just set it directly >> it's not necessary to check if the final result >> is zero or not >> >> This is slightly different from the one defined >> by openflow and more generic >> >>

Re: [dpdk-dev] [PATCH v6 1/3] ethdev: add generic TTL rewrite actions

2018-10-16 Thread Andrew Rybchenko
On 10/16/18 11:14 AM, Jack Min wrote: rewrite TTL by decrease or just set it directly it's not necessary to check if the final result is zero or not This is slightly different from the one defined by openflow and more generic Signed-off-by: Xiaoyu Min Acked-by: Yongseok Koh Acked-by: Andrew

[dpdk-dev] [PATCH v6 1/3] ethdev: add generic TTL rewrite actions

2018-10-16 Thread Jack Min
rewrite TTL by decrease or just set it directly it's not necessary to check if the final result is zero or not This is slightly different from the one defined by openflow and more generic Signed-off-by: Xiaoyu Min Acked-by: Yongseok Koh --- doc/guides/prog_guide/rte_flow.rst | 36 +