From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoyu Min Subject: [PATCH v2 0/3] ethdev: add generic TTL rewrite actions Date: Tue, 25 Sep 2018 22:37:16 +0800 Message-ID: <20180925143719.23339-1-jackmin@mellanox.com> References: <20180925134718.18945-1-jackmin@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: ferruh.yigit@intel.com Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-db5eur01on0086.outbound.protection.outlook.com [104.47.2.86]) by dpdk.org (Postfix) with ESMTP id 9E5B75A44 for ; Tue, 25 Sep 2018 16:38:26 +0200 (CEST) In-Reply-To: <20180925134718.18945-1-jackmin@mellanox.com> 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 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 app/test-pmd/cmdline_flow.c | 34 ++++++++++ app/test-pmd/config.c | 3 + doc/guides/prog_guide/rte_flow.rst | 30 +++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 5 ++ drivers/net/mlx5/mlx5_flow.h | 2 + drivers/net/mlx5/mlx5_flow_tcf.c | 74 ++++++++++++++++++++- lib/librte_ethdev/rte_flow.c | 2 + lib/librte_ethdev/rte_flow.h | 31 +++++++++ 8 files changed, 179 insertions(+), 2 deletions(-) -- 2.17.1