[0/3] fix flow tunnel handling
Message ID | cover.1540384475.git.shahafs@mellanox.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55CBC1B1FB; Wed, 24 Oct 2018 14:36:25 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 65D2B1B14D for <dev@dpdk.org>; Wed, 24 Oct 2018 14:36:23 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from shahafs@mellanox.com) with ESMTPS (AES256-SHA encrypted); 24 Oct 2018 14:41:29 +0200 Received: from unicorn01.mtl.labs.mlnx. (unicorn01.mtl.labs.mlnx [10.7.12.62]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w9OCaLcs001458; Wed, 24 Oct 2018 15:36:21 +0300 From: Shahaf Shuler <shahafs@mellanox.com> To: shahafs@mellanox.com Cc: dev@dpdk.org, yskoh@mellanox.com Date: Wed, 24 Oct 2018 15:36:12 +0300 Message-Id: <cover.1540384475.git.shahafs@mellanox.com> X-Mailer: git-send-email 2.12.0 Subject: [dpdk-dev] [PATCH 0/3] fix flow tunnel handling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Shahaf Shuler
Oct. 24, 2018, 12:36 p.m. UTC
This patchset fix multiple issues with tunnel rule handling in the PMD's flow engine. Yongseok Koh (3): net/mlx5: rename static functions net/mlx5: fix flow tunnel handling net/mlx5: fix bit width of item and action flags drivers/net/mlx5/mlx5_flow.c | 129 +++++++++++++++++++++----------- drivers/net/mlx5/mlx5_flow.h | 10 +-- drivers/net/mlx5/mlx5_flow_dv.c | 16 ++-- drivers/net/mlx5/mlx5_flow_tcf.c | 6 +- drivers/net/mlx5/mlx5_flow_verbs.c | 19 +++-- 5 files changed, 114 insertions(+), 66 deletions(-)