From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Min Subject: [PATCH v3 0/3] ethdev: add generic MAC address rewrite actions Date: Thu, 11 Oct 2018 13:31:34 +0000 Message-ID: <20181011133109.1520-1-jackmin@mellanox.com> References: <20181010131108.24167-1-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" Return-path: Received: from EUR02-AM5-obe.outbound.protection.outlook.com (mail-eopbgr00063.outbound.protection.outlook.com [40.107.0.63]) by dpdk.org (Postfix) with ESMTP id B58DA1B54C for ; Thu, 11 Oct 2018 15:31:35 +0200 (CEST) In-Reply-To: <20181010131108.24167-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" 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 app/test-pmd/cmdline_flow.c | 50 +++++++++++++++ doc/guides/prog_guide/rte_flow.rst | 30 +++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 +++ drivers/net/mlx5/mlx5_flow.h | 2 + drivers/net/mlx5/mlx5_flow_tcf.c | 70 ++++++++++++++++++++- lib/librte_ethdev/rte_flow.c | 2 + lib/librte_ethdev/rte_flow.h | 29 +++++++++ 7 files changed, 190 insertions(+), 1 deletion(-) --=20 2.17.1