From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoyu Min Subject: Re: [PATCH v2 0/3] ethdev: add generic TTL rewrite actions Date: Mon, 8 Oct 2018 10:30:42 +0800 Message-ID: <20181008023042.prhypdkfm35hutjh@MTBC-JACKMIN.mtl.com> References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> <2ce7fa0e-097b-938f-e200-7d92a35520fc@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80049.outbound.protection.outlook.com [40.107.8.49]) by dpdk.org (Postfix) with ESMTP id 8985423D for ; Mon, 8 Oct 2018 04:31:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2ce7fa0e-097b-938f-e200-7d92a35520fc@intel.com> 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 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 Mellanox MLX5 > > > > [1]: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatches.dpdk.org%2Fpatch%2F43617%2F&data=02%7C01%7Cjackmin%40mellanox.com%7Cf0b174a17cc549c8c6a108d62ac15e73%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636743407334308856&sdata=WQy0UYGPK2uZOJ7hhDsMHjNhj05vx9BVpvzCwKlYjWE%3D&reserved=0 > > > > 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. Sure, I'll rebase on latest next-net and address change requests in next version -Jack