From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yongseok Koh Subject: [PATCH 0/2] net/mlx5: support multiple groups and jump action Date: Wed, 3 Oct 2018 01:56:50 +0000 Message-ID: <20181003015640.36306-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Yongseok Koh To: Adrien Mazarguil , Shahaf Shuler Return-path: Received: from EUR04-VI1-obe.outbound.protection.outlook.com (mail-eopbgr80085.outbound.protection.outlook.com [40.107.8.85]) by dpdk.org (Postfix) with ESMTP id A9FBF2BC7 for ; Wed, 3 Oct 2018 03:56:53 +0200 (CEST) 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" In accordance with "[RFC] net/mlx5: support multiple groups and jump action" [1]. [1] https://mails.dpdk.org/archives/dev/2018-September/111140.html Yongseok Koh (2): ethdev: add jump action to description table net/mlx5: support multiple groups and jump action app/test-pmd/config.c | 2 +- drivers/net/mlx5/Makefile | 10 ++++++ drivers/net/mlx5/meson.build | 4 +++ drivers/net/mlx5/mlx5_flow.h | 5 +++ drivers/net/mlx5/mlx5_flow_tcf.c | 78 +++++++++++++++++++++++++++++++++++-= ---- lib/librte_ethdev/rte_flow.c | 1 + 6 files changed, 90 insertions(+), 10 deletions(-) --=20 2.11.0