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

2018-10-15 Thread Jack Min
On 18-10-14 10:35:30, Andrew Rybchenko wrote: > On 13.10.2018 06:24, 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 v5 1/3] ethdev: add generic TTL rewrite actions

2018-10-14 Thread Andrew Rybchenko
On 13.10.2018 06:24, 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 --- [...] diff

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

2018-10-12 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 | 30 +