From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 37C9FA0547; Sun, 4 Apr 2021 11:49:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9E8340141; Sun, 4 Apr 2021 11:49:15 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id EB5FE40041 for ; Sun, 4 Apr 2021 11:49:14 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from salems@nvidia.com) with SMTP; 4 Apr 2021 12:49:14 +0300 Received: from nvidia.com ([10.228.128.224]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 1349nDQA018750; Sun, 4 Apr 2021 12:49:13 +0300 From: Salem Sol To: dev@dpdk.org Cc: Salem Sol Date: Sun, 4 Apr 2021 12:49:03 +0300 Message-Id: <20210404094910.95413-1-salems@nvidia.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/7] Add support for VXLAN and NVGRE encap as a sample actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 series adds support for VXLAN and NVGRE encap as a sample actions with the proper documentation, this series depends on [1] and [2] for the documentation part. [1] http://patches.dpdk.org/project/dpdk/patch/1615907899-399082-1-git-send-email-jiaweiw@nvidia.com/ [2] http://patches.dpdk.org/project/dpdk/patch/1617244796-358287-1-git-send-email-jiaweiw@nvidia.com/ Jiawei Wang (1): app/testpmd: store VXLAN/NVGRE encap data globally Salem Sol (6): net/mlx5: support VXLAN encap action in sample net/mlx5: support NVGRE encap action in sample app/testpmd: support VXLAN encap for sample action app/testpmd: support NVGRE encap for sample action doc: update sample actions support in testpmd guide doc: update sample actions support in mlx5 guide app/test-pmd/cmdline_flow.c | 86 ++++++++++++++------- doc/guides/nics/mlx5.rst | 4 +- doc/guides/rel_notes/release_21_05.rst | 6 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 24 ++++++ drivers/net/mlx5/mlx5_flow_dv.c | 13 ++++ 5 files changed, 103 insertions(+), 30 deletions(-) -- 2.21.0