From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/3] ethdev: add generic TTL rewrite actions Date: Fri, 5 Oct 2018 13:52:03 +0100 Message-ID: <2ce7fa0e-097b-938f-e200-7d92a35520fc@intel.com> References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Xiaoyu Min Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9103A4C8B for ; Fri, 5 Oct 2018 14:52:10 +0200 (CEST) In-Reply-To: <20180925143719.23339-1-jackmin@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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/43617/ > > V2: > * fix misspelled issues reported by checkpatch > > Xiaoyu Min (3): > ethdev: add generic TTL rewrite actions > app/testpmd: add commands of modify TTL > net/mlx5: eswitch-modify TTL actions Can you please rebase on top of latest next-net? I guess Adrien's "flow API object converter" causing conflict with existing rte_flow patches.