From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 05:49:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,344,1534834800"; d="scan'208";a="78730676" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga007.jf.intel.com with ESMTP; 05 Oct 2018 05:48:28 -0700 To: Xiaoyu Min , Shahaf Shuler , Yongseok Koh Cc: dev@dpdk.org References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> <20180925143719.23339-4-jackmin@mellanox.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <126c04ef-e076-7822-fb42-626379eb40c9@intel.com> Date: Fri, 5 Oct 2018 13:48:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180925143719.23339-4-jackmin@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/3] net/mlx5: eswitch-modify TTL actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2018 12:49:39 -0000 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?