From: Ting Xu <ting.xu@intel.com>
To: dev@dpdk.org
Cc: wenzhuo.lu@intel.com, qiming.yang@intel.com,
john.mcnamara@intel.com, marko.kovacevic@intel.com,
olivier.matz@6wind.com
Subject: [dpdk-dev] [PATCH v2 0/2] support GTP Tx checksum offload
Date: Mon, 21 Oct 2019 09:59:59 +0000 [thread overview]
Message-ID: <cover.1571647239.git.ting.xu@intel.com> (raw)
In-Reply-To: <9f054f84c5ae5cb871d86ace17f7c3ca658fb890.1568968178.git.ting.xu@intel.com>
In this patchset, minor modifications are made in ice pmd and
mbuf to support GTP Tx checksum offload in CVL. Add the GTP
tunnel type flag in mbuf.
v2: modify codes according to comments. Add flag name in
rte_mbuf.c.
Ting Xu (2):
lib/mbuf: add GTP tunnel type flag
net/ice: add GTP tunnel type in tunneling parse
doc/guides/rel_notes/release_19_11.rst | 1 +
drivers/net/ice/ice_rxtx.c | 1 +
lib/librte_mbuf/rte_mbuf.c | 2 ++
lib/librte_mbuf/rte_mbuf.h | 2 ++
4 files changed, 6 insertions(+)
--
2.17.1
next prev parent reply other threads:[~2019-10-21 3:00 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 ` Ting Xu [this message]
2019-10-21 10:00 ` [dpdk-dev] [PATCH v2 " 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-10-23 14:56 ` [dpdk-dev] [PATCH v2 0/2] support GTP Tx checksum offload Ferruh Yigit
2019-09-20 8:36 ` [dpdk-dev] [PATCH v1 2/2] net/ice: add GTP type in tunneling parse Ting Xu
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=cover.1571647239.git.ting.xu@intel.com \
--to=ting.xu@intel.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
--cc=marko.kovacevic@intel.com \
--cc=olivier.matz@6wind.com \
--cc=qiming.yang@intel.com \
--cc=wenzhuo.lu@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.