DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ting Xu <ting.xu@intel.com>
To: dev@dpdk.org
Cc: wenzhuo.lu@intel.com, jingjing.wu@intel.com,
	xiaolong.ye@intel.com, qiming.yang@intel.com,
	john.mcnamara@intel.com, marko.kovacevic@intel.com,
	olivier.matz@6wind.com, qi.z.zhang@intel.com
Subject: [dpdk-dev] [PATCH v1 2/2] net/ice: add GTP type in tunneling parse
Date: Fri, 20 Sep 2019 08:36:24 +0000	[thread overview]
Message-ID: <39789b16ec4d617d0a08976261b39439944bf113.1568968178.git.ting.xu@intel.com> (raw)
In-Reply-To: <cover.1568968178.git.ting.xu@intel.com>
In-Reply-To: <cover.1568968178.git.ting.xu@intel.com>

Add GTP tunnel type in ice pmd tunneling parameters parse
to enable checksum offload.

Signed-off-by: Ting Xu <ting.xu@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 5 +++++
 drivers/net/ice/ice_rxtx.c             | 1 +
 2 files changed, 6 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 8490d897c..c456b5050 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -56,6 +56,11 @@ New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **Updated the Intel ice driver.**
+
+  Updated the Intel ice driver with new features and improvements, including:
+
+  * Enabled Tx GTP checksum offload.
 
 Removed Items
 -------------
diff --git a/drivers/net/ice/ice_rxtx.c b/drivers/net/ice/ice_rxtx.c
index 0282b5375..8105ff741 100644
--- a/drivers/net/ice/ice_rxtx.c
+++ b/drivers/net/ice/ice_rxtx.c
@@ -1764,6 +1764,7 @@ ice_parse_tunneling_params(uint64_t ol_flags,
 		/* for non UDP / GRE tunneling, set to 00b */
 		break;
 	case PKT_TX_TUNNEL_VXLAN:
+	case PKT_TX_TUNNEL_GTP:
 	case PKT_TX_TUNNEL_GENEVE:
 		*cd_tunneling |= ICE_TXD_CTX_UDP_TUNNELING;
 		break;
-- 
2.17.1


  parent reply	other threads:[~2019-09-20  1:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-20  8:36 [dpdk-dev] [PATCH v1 0/2] net/ice: enable GTP checksum offload Ting Xu
2019-09-20  8:36 ` [dpdk-dev] [PATCH v1 1/2] lib/mbuf: add GTP tunnel type flag Ting Xu
2019-10-18  8:38   ` Olivier Matz
2019-10-21  2:38     ` Xu, Ting
2019-10-21  9:59   ` [dpdk-dev] [PATCH v2 0/2] support GTP Tx checksum offload Ting Xu
2019-10-23 14:56     ` Ferruh Yigit
2019-10-21 10:00   ` [dpdk-dev] [PATCH v2 1/2] lib/mbuf: add GTP tunnel type flag Ting Xu
2019-10-23 14:56     ` Ferruh Yigit
2019-10-21 10:00   ` [dpdk-dev] [PATCH v2 2/2] net/ice: add GTP tunnel type in tunneling parse Ting Xu
2019-10-23 14:56     ` Ferruh Yigit
2019-09-20  8:36 ` Ting Xu [this message]
2019-10-17  1:37 ` [dpdk-dev] [PATCH v1 0/2] net/ice: enable GTP checksum offload Zhang, Qi Z

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=39789b16ec4d617d0a08976261b39439944bf113.1568968178.git.ting.xu@intel.com \
    --to=ting.xu@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=olivier.matz@6wind.com \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=wenzhuo.lu@intel.com \
    --cc=xiaolong.ye@intel.com \
    /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).