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

2018-10-07 Thread Xiaoyu Min
On 18-10-05 13:52:03, Ferruh Yigit wrote: > On 9/25/2018 3:37 PM, Xiaoyu Min wrote: > > This patch series is for RFC[1] > > > > Patch 1 adds generic TTL rewrite actions to flow API > > Patch 2 adds corresponding testpmd commands > > Patch 3 implements the offloading logic of E-Switch rules on Mell

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

2018-10-05 Thread Ferruh Yigit
On 9/25/2018 3:37 PM, Xiaoyu Min wrote: > This patch series is for RFC[1] > > Patch 1 adds generic TTL rewrite actions to flow API > Patch 2 adds corresponding testpmd commands > Patch 3 implements the offloading logic of E-Switch rules on Mellanox MLX5 > > [1]: https://patches.dpdk.org/patch/436

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

2018-10-03 Thread Thomas Monjalon
25/09/2018 16:37, Xiaoyu Min: > Xiaoyu Min (3): > ethdev: add generic TTL rewrite actions > app/testpmd: add commands of modify TTL > net/mlx5: eswitch-modify TTL actions If no more comment, I think we should accept this series.

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

2018-09-25 Thread Xiaoyu Min
This patch series is for RFC[1] Patch 1 adds generic TTL rewrite actions to flow API Patch 2 adds corresponding testpmd commands Patch 3 implements the offloading logic of E-Switch rules on Mellanox MLX5 [1]: https://patches.dpdk.org/patch/43617/ V2: * fix misspelled issues reported by checkpat