From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dekel Peled Subject: [PATCH 0/2] net/mlx5: add L2 encap and decap to Direct Verbs Date: Wed, 24 Oct 2018 14:08:17 +0300 Message-ID: <1540379299-23764-1-git-send-email-dekelp@mellanox.com> Cc: dev@dpdk.org, orika@mellanox.com To: yskoh@mellanox.com, shahafs@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 168F61B147 for ; Wed, 24 Oct 2018 13:09:04 +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 implements the VXLAN and NVGRE encap and decap actions, in Direct Verbs flow. Dekel Peled (2): net/mlx5: add VXLAN encap decap to Direct Verbs net/mlx5: add NVGRE encap decap to Direct Verbs drivers/net/mlx5/mlx5_flow.h | 6 + drivers/net/mlx5/mlx5_flow_dv.c | 439 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 440 insertions(+), 5 deletions(-) -- 1.8.3.1