From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 05:52:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,344,1534834800"; d="scan'208";a="78731268" 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:52:04 -0700 To: Xiaoyu Min Cc: dev@dpdk.org References: <20180925134718.18945-1-jackmin@mellanox.com> <20180925143719.23339-1-jackmin@mellanox.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <2ce7fa0e-097b-938f-e200-7d92a35520fc@intel.com> Date: Fri, 5 Oct 2018 13:52:03 +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-1-jackmin@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/3] ethdev: add generic TTL rewrite 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:52:11 -0000 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.