From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/3] ethdev: add generic MAC address rewrite actions Date: Tue, 16 Oct 2018 10:11:46 +0100 Message-ID: References: <20181010131108.24167-1-jackmin@mellanox.com> <20181011133109.1520-1-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Jack Min Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 079D93256 for ; Tue, 16 Oct 2018 11:11:49 +0200 (CEST) In-Reply-To: <20181011133109.1520-1-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 10/11/2018 2:31 PM, Jack Min wrote: > This series is for RFC[1] and depends on patch[2] > > 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/ > [2]: http://patches.dpdk.org/patch/46625/ > > v2: > * rebased > * changed commit message title > * added example testpmd command in commit log > * changes in validation > v3: > * fix some coding style issues > * use macro of calc pedit keys > * rebased > > Xiaoyu Min (3): > ethdev: add generic MAC address rewrite actions > app/testpmd: add commands of modify MAC address > net/mlx5: rewrite MAC address by E-Switch Series applied to dpdk-next-net/master, thanks.