Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: reduce tunnel parsing code duplication

2020-10-07 Thread Ophir Munk
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 6, 2020 5:30 PM ... > Subject: Re: [PATCH v5 3/3] app/testpmd: reduce tunnel parsing code > duplication ... > 'RTE_VXLAN_DEFAULT_PORT' seems defined but '4789' still used as > hardcoded in this file, since you are touching

Re: [dpdk-dev] [PATCH v5 3/3] app/testpmd: reduce tunnel parsing code duplication

2020-10-06 Thread Ferruh Yigit
On 9/18/2020 3:17 PM, Ophir Munk wrote: From: Ophir Munk This is a cleanup commit. It assembles all tunnel outer updates into one function call to avoid code duplications. It defines RTE_VXLAN_GPE_DEFAULT_PORT (4790) in accordance with all other tunnel protocol definitions. Signed-off-by: Ophi

[dpdk-dev] [PATCH v5 3/3] app/testpmd: reduce tunnel parsing code duplication

2020-09-18 Thread Ophir Munk
From: Ophir Munk This is a cleanup commit. It assembles all tunnel outer updates into one function call to avoid code duplications. It defines RTE_VXLAN_GPE_DEFAULT_PORT (4790) in accordance with all other tunnel protocol definitions. Signed-off-by: Ophir Munk --- app/test-pmd/csumonly.c|