From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dekel Peled Subject: [PATCH 0/4] support DV encap and decap actions Date: Thu, 27 Sep 2018 17:50:41 +0300 Message-ID: <1538059845-35896-1-git-send-email-dekelp@mellanox.com> Cc: orika@mellanox.com To: dev@dpdk.org, shahafs@mellanox.com, yskoh@mellanox.com 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) 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 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