DPDK patches and discussions
 help / color / mirror / Atom feed
From: Siobhan Butler <siobhan.a.butler@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] doc:add udp info to prog_guide for vxlan
Date: Thu, 18 Dec 2014 15:01:35 +0000	[thread overview]
Message-ID: <1418914895-11951-1-git-send-email-siobhan.a.butler@intel.com> (raw)

Added to configuration instructions for UDP packet tunneling.

Signed-off-by: Siobhan Butler <siobhan.a.butler@intel.com>
---
 doc/guides/prog_guide/poll_mode_drv.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst
index 2567876..2e7b430 100644
--- a/doc/guides/prog_guide/poll_mode_drv.rst
+++ b/doc/guides/prog_guide/poll_mode_drv.rst
@@ -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.
 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.
+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.
 
 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
-- 
1.9.4.msysgit.2

             reply	other threads:[~2014-12-18 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 15:01 Siobhan Butler [this message]
2014-12-18 15:43 ` Iremonger, Bernard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418914895-11951-1-git-send-email-siobhan.a.butler@intel.com \
    --to=siobhan.a.butler@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).