From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AF4B7200 for ; Fri, 5 Oct 2018 14:54:44 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 05:54:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,344,1534834800"; d="scan'208";a="78731638" 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:54:39 -0700 To: Xiaoyu Min Cc: dev@dpdk.org References: <20180925150340.25378-1-jackmin@mellanox.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <2f7b11b5-9836-a779-8b9f-5fd45e2a6912@intel.com> Date: Fri, 5 Oct 2018 13:54:38 +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: <20180925150340.25378-1-jackmin@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] ethdev: add generic MAC address 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:54:45 -0000 On 9/25/2018 4:03 PM, Xiaoyu Min wrote: > This series is for RFC[1] > > Patch 1 adds generic MAC address rewrite actions to flow API > Patch 2 adds testpmd commands for that > Patch 3 offloads these actions on Mellanox MLX5 by using E-Switch rule > > [1]: https://patches.dpdk.org/patch/44005/ > > Xiaoyu Min (3): > ethdev: add generic MAC address rewrite actions > app/testpmd: add commands of modify MAC address > net/mlx5: eswitch-modify MAC address actions Same here, can you please rebase and send new version? And it looks like there are change requests to mlx5 patch.