From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: add option to configure udp tunnel port Date: Wed, 25 Apr 2018 10:52:24 +0100 Message-ID: References: <1524430764-3160-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Shahed Shaikh , dev@dpdk.org, Dept-EngDPDKDev@cavium.com To: Rasesh Mody , wenzhuo.lu@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 03EC71B19 for ; Wed, 25 Apr 2018 11:52:27 +0200 (CEST) In-Reply-To: <1524430764-3160-1-git-send-email-rasesh.mody@cavium.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/22/2018 9:59 PM, Rasesh Mody wrote: > From: Shahed Shaikh > > This change adds a new option to "port config" command to > add udp tunnel port for VXLAN and GENEVE tunneling protocols. > This command can be extended for other tunneling protocols > listed in "enum rte_eth_tunnel_type" as and when needed. > > usage: > port config udp_tunnel_port add|rm vxlan|geneve > > Signed-off-by: Shahed Shaikh > Signed-off-by: Rasesh Mody Reviewed-by: Ferruh Yigit