doc: add udp tunnel flag for checksum offload

Added to configuration instructions for UDP packet tunneling.

Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
This commit is contained in:
Siobhan Butler 2014-12-18 15:01:35 +00:00 committed by Thomas Monjalon
parent 701e27cf7a
commit 042410c591

View File

@ -199,6 +199,7 @@ Other features such as the L3/L4 5-Tuple packet filtering feature of a port can
Ethernet* flow control (pause frame) can be configured on the individual port. Ethernet* flow control (pause frame) can be configured on the individual port.
Refer to the testpmd source code for details. Refer to the testpmd source code for details.
Also, L4 (UDP/TCP/ SCTP) checksum offload by the NIC can be enabled for an individual packet as long as the packet mbuf is set up correctly. Also, L4 (UDP/TCP/ SCTP) checksum offload by the NIC can be enabled for an individual packet as long as the packet mbuf is set up correctly.
In terms of UDP tunneling packet, the PKT_TX_UDP_TUNNEL_PKT flag must be set to enable tunneling packet TX checksum offload for both outer layer and inner layer.
Refer to the testpmd source code (specifically the csumonly.c file) for details. Refer to the testpmd source code (specifically the csumonly.c file) for details.
That being said, the support of some offload features implies the addition of dedicated status bit(s) and value field(s) into the rte_mbuf That being said, the support of some offload features implies the addition of dedicated status bit(s) and value field(s) into the rte_mbuf