numam-dpdk/lib/librte_net
Ophir Munk df655504e3 app/testpmd: cleanup tunnel protocols parsing
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 <ophirmu@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-10-16 19:18:47 +02:00
..
meson.build app/testpmd: add GENEVE parsing 2020-10-16 19:18:47 +02:00
net_crc_avx512.c net: add CRC AVX512 implementation 2020-10-13 19:26:15 +02:00
net_crc_neon.c net: add CRC implementation runtime selection 2020-10-13 19:26:03 +02:00
net_crc_sse.c net: add CRC implementation runtime selection 2020-10-13 19:26:03 +02:00
net_crc.h net: add CRC AVX512 implementation 2020-10-13 19:26:15 +02:00
rte_arp.c net: replace htons with constant endian swap 2020-09-10 21:52:28 +02:00
rte_arp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_ecpri.h ethdev: add eCPRI key fields to flow API 2020-07-13 02:11:30 +02:00
rte_esp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_ether.c net: build on Windows 2020-09-10 21:53:48 +02:00
rte_ether.h net: check first segment length on SW VLAN insertion 2020-09-18 18:55:10 +02:00
rte_geneve.h app/testpmd: add GENEVE parsing 2020-10-16 19:18:47 +02:00
rte_gre.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_gtp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_higig.h ethdev: add HIGIG2 key field to flow API 2019-10-23 16:43:10 +02:00
rte_icmp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_ip.h net: check segment pointer in raw checksum processing 2020-10-12 23:09:52 +02:00
rte_mpls.h net: fix pedantic build 2020-07-21 17:36:54 +02:00
rte_net_crc.c net: add CRC AVX512 implementation 2020-10-13 19:26:15 +02:00
rte_net_crc.h net: add CRC AVX512 implementation 2020-10-13 19:26:15 +02:00
rte_net_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
rte_net.c net: add rte prefix to MPLS structure 2019-10-25 19:00:22 +02:00
rte_net.h net: adjust header length parse size 2020-09-18 18:55:12 +02:00
rte_sctp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_tcp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_udp.h replace packed attributes 2020-04-16 18:16:46 +02:00
rte_vxlan.h app/testpmd: cleanup tunnel protocols parsing 2020-10-16 19:18:47 +02:00