From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 7BC301B483 for ; Thu, 27 Sep 2018 16:52:10 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 27 Sep 2018 16:56:41 +0200 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.128.130.87]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w8REq7gI013802; Thu, 27 Sep 2018 17:52:07 +0300 From: Dekel Peled To: dev@dpdk.org, shahafs@mellanox.com, yskoh@mellanox.com Cc: orika@mellanox.com Date: Thu, 27 Sep 2018 17:50:41 +0300 Message-Id: <1538059845-35896-1-git-send-email-dekelp@mellanox.com> X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH 0/4] support DV encap and decap actions 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: , X-List-Received-Date: Thu, 27 Sep 2018 14:52:10 -0000 This series adds support of encap and decap actions in DV format. It is using the generic encapsulation framework from [1]. Note that encap action is relevant for egress only. Hence this series should be merged on top of [2]. [1] "ethdev: add generic L2/L3 tunnel encapsulation actions" http://mails.dpdk.org/archives/dev/2018-September/113122.html [2] "net/mlx5: allow flow rule with attribute egress" http://mails.dpdk.org/archives/dev/2018-September/113276.html Dekel Peled (4): net/mlx5: add flow action functions to glue net/mlx5: add definitions for DV encap and decap net/mlx5: add DV encap L2 and L3 operations net/mlx5: add DV decap L2 and L3 operations drivers/net/mlx5/mlx5_flow.c | 10 + drivers/net/mlx5/mlx5_flow.h | 7 + drivers/net/mlx5/mlx5_flow_dv.c | 487 +++++++++++++++++++++++++++++++++++++++- drivers/net/mlx5/mlx5_glue.c | 33 +++ drivers/net/mlx5/mlx5_glue.h | 7 + 5 files changed, 539 insertions(+), 5 deletions(-) -- 1.8.3.1