numam-dpdk/lib/librte_net
Ting Xu d8e5e69f3a app/testpmd: add GTP parsing and Tx checksum offload
Enable testpmd to forward GTP packet in csum fwd mode.

A GTP header structure (without optional fields and extension header)
is defined in new rte_gtp.h.
A parser function in testpmd is added.  GTPU and GTPC packets are both
supported, with respective UDP destination port and GTP message type.

Signed-off-by: Ting Xu <ting.xu@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-10-25 19:00:22 +02:00
..
Makefile app/testpmd: add GTP parsing and Tx checksum offload 2019-10-25 19:00:22 +02:00
meson.build app/testpmd: add GTP parsing and Tx checksum offload 2019-10-25 19:00:22 +02:00
net_crc_neon.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
net_crc_sse.h add missing static keyword to globals 2018-10-29 02:01:08 +01:00
rte_arp.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_arp.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_esp.h net: add missing rte prefix for ESP tail 2019-10-08 12:14:31 +02:00
rte_ether.c net: be more restrictive with ethernet address format 2019-07-23 14:31:35 +02:00
rte_ether.h net: be more restrictive with ethernet address format 2019-07-23 14:31:35 +02:00
rte_gre.h net: add rte prefix to GRE structure 2019-05-24 13:34:45 +02:00
rte_gtp.h app/testpmd: add GTP parsing and Tx checksum offload 2019-10-25 19:00:22 +02:00
rte_higig.h ethdev: add HIGIG2 key field to flow API 2019-10-23 16:43:10 +02:00
rte_icmp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_ip.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_mpls.h net: add MPLS header structure 2018-10-26 22:14:06 +02:00
rte_net_crc.c lib: fix shifting 32-bit signed variable 31 times 2018-11-06 01:14:05 +01:00
rte_net_crc.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_net_version.map net: add function to convert string to ethernet address 2019-07-08 21:26:52 +02:00
rte_net.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_net.h net: fix how L4 checksum choice is tested 2019-06-28 20:32:18 +02:00
rte_sctp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_tcp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00
rte_udp.h net: add missing endianness annotations 2019-10-23 16:43:10 +02:00