From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 3/3] net/mlx5: eswitch-modify TTL actions Date: Fri, 5 Oct 2018 13:48:27 +0100 Message-ID: <126c04ef-e076-7822-fb42-626379eb40c9@intel.com> References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> <20180925143719.23339-4-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 , Shahaf Shuler , Yongseok Koh Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 68A0F378E for ; Fri, 5 Oct 2018 14:49:39 +0200 (CEST) In-Reply-To: <20180925143719.23339-4-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: > Offload following modify TTL actions to E-Switch via > TC-Flower driver > > - RTE_FLOW_ACTION_TYPE_SET_TTL > - RTE_FLOW_ACTION_TYPE_DEC_TTL > > The corresponding IP protocol rte_flow_item_ipv[4|6] > must be present in rte_flow pattern otherwith PMD > return error > > Signed-off-by: Xiaoyu Min Any comment on this?