On 10/7/2020 4:30 PM, Ophir Munk wrote:
From: Ophir Munk <ophi...@mellanox.com>
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.
It replaces all numeric values 4789 in their corresponding definition
RTE_VXLAN_GPE_DEFAULT_PORT.
It updates the 'csum parse-tunnel' documentation.
Signed-off-by: Ophir Munk <ophi...@mellanox.com>
---
app/test-pmd/cmdline_flow.c | 3 +-
app/test-pmd/csumonly.c | 81 +++++++++--------------------
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 6 +--
I think this documentation update should be part of 1/3, if there will be a new
version can you please move, if not I can do myself while merging.
lib/librte_net/rte_vxlan.h | 1 +
4 files changed, 31 insertions(+), 60 deletions(-)
<...>