From patchwork Wed Oct 24 12:36:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shahaf Shuler X-Patchwork-Id: 47320 Return-Path: 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 ; 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 To: shahafs@mellanox.com Cc: dev@dpdk.org, yskoh@mellanox.com Date: Wed, 24 Oct 2018 15:36:12 +0300 Message-Id: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)