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:53:11 +0100 Message-ID: <2d4333e9-ab6b-f2f2-4692-bd75d203e35d@intel.com> 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 mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DA44D2BCD for ; Wed, 25 Apr 2018 11:53:14 +0200 (CEST) In-Reply-To: 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/25/2018 10:52 AM, Ferruh Yigit wrote: > 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 Applied to dpdk-next-net/master, thanks.