From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AD3C31C876 for ; Fri, 11 May 2018 19:14:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2018 10:14:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,389,1520924400"; d="scan'208";a="198600455" Received: from awal-z170x.ir.intel.com ([163.33.210.59]) by orsmga004.jf.intel.com with ESMTP; 11 May 2018 10:14:02 -0700 From: Mohammad Abdul Awal To: dev@dpdk.org, bernard.iremonger@intel.com, adrien.mazarguil@6wind.com Date: Fri, 11 May 2018 18:13:59 +0100 Message-Id: <1526058841-31650-1-git-send-email-mohammad.abdul.awal@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v2 0/2] Added vxlan/nvgre encap/decap support to testpmd 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: Fri, 11 May 2018 17:14:05 -0000 Changes in v2: * Added documentation in testpmd user guide. * Added vlan header for vxlan/nvgre encap. * Fixed other comments. In this patch set we have enabled testpmd application with ability to create a flow with vxlan/nvgre tunnel types and with encapsulation/decapsulation functionalities. We have also updated the testpmd user guide documentation with how to used new action types RTE_FLOW_ACTION_VXLAN_ENCAP, RTE_FLOW_ACTION_VXLAN_DECAP, RTE_FLOW_ACTION_NVGRE_ENCAP, RTE_FLOW_ACTION_NVGRE_DECAP capabilities. Mohammad Abdul Awal (2): app/testpmd: enabled vxlan and nvgre encap/decap support for rte_flow doc/guides: updated testpmd app user guide for vxlan/nvgre encap/decap app/test-pmd/cmdline_flow.c | 937 ++++++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 50 ++ 2 files changed, 987 insertions(+) -- 2.7.4