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

2018-10-03 Thread Yongseok Koh
On Tue, Sep 25, 2018 at 10:37:17PM +0800, Xiaoyu 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 > ---

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

2018-09-25 Thread Xiaoyu 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 --- doc/guides/prog_guide/rte_flow.rst | 30 + lib/li