Re: [dpdk-dev] [PATCH 4/5] app/testpmd: add configuration for udp port tunnel type

2017-12-07 Thread Shaikh, Shahed
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, December 7, 2017 6:09 AM > To: Mody, Rasesh ; dev@dpdk.org > Cc: Shaikh, Shahed ; Dept-Eng DPDK Dev engdpdk...@cavium.com> > Subject: Re: [dpdk-dev] [PATCH 4/5] app/testpmd:

Re: [dpdk-dev] [PATCH 4/5] app/testpmd: add configuration for udp port tunnel type

2017-12-06 Thread Ferruh Yigit
On 11/24/2017 12:35 PM, Rasesh Mody wrote: > From: Shahed Shaikh > > Replace rx_vxlan_port command with rx_tunnel_udp_port to support both VXLAN > and GENEVE udp ports. Also updates tunnel_filter command to accept "geneve" argument, can you please separate to another patch. And to prevent these

[dpdk-dev] [PATCH 4/5] app/testpmd: add configuration for udp port tunnel type

2017-11-24 Thread Rasesh Mody
From: Shahed Shaikh Replace rx_vxlan_port command with rx_tunnel_udp_port to support both VXLAN and GENEVE udp ports. Signed-off-by: Shahed Shaikh --- app/test-pmd/cmdline.c | 28 +++- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/app/test-pmd/cmdline