From: Wenjun Wu <wenjun1.wu@intel.com>
To: dev@dpdk.org, jingjing.wu@intel.com, beilei.xing@intel.com
Cc: Wenjun Wu <wenjun1.wu@intel.com>
Subject: [dpdk-dev] [PATCH v1 0/6] support AVF RSS and FDIR for GRE tunnel packet
Date: Thu, 27 May 2021 15:48:39 +0800 [thread overview]
Message-ID: <20210527074845.1263679-1-wenjun1.wu@intel.com> (raw)
[PATCH v1 1/6] support flow pattern for GRE
[PATCH v1 2/6] add header types for GRE
[PATCH v1 3/6] add GRE RSS offload type
[PATCH v1 4/6] support AVF RSS for GRE tunnel packet
[PATCH v1 5/6] support AVF FDIR for GRE tunnel packet
[PATCH v1 6/6] support FDIR for GRE tunnel packet
Wenjun Wu (6):
net/iavf: support flow pattern for GRE
common/iavf: add header types for GRE
ethdev: add GRE RSS offload type
net/iavf: support AVF RSS for GRE tunnel packet
net/iavf: support AVF FDIR for GRE tunnel packet
net/ice/base: support FDIR for GRE tunnel packet
drivers/common/iavf/virtchnl.h | 1 +
drivers/net/iavf/iavf_fdir.c | 55 +++++
drivers/net/iavf/iavf_generic_flow.c | 105 ++++++++
drivers/net/iavf/iavf_generic_flow.h | 14 ++
drivers/net/iavf/iavf_hash.c | 37 ++-
drivers/net/ice/base/ice_fdir.c | 352 +++++++++++++++++++++++++++
drivers/net/ice/base/ice_fdir.h | 2 +
drivers/net/ice/base/ice_flow.c | 16 +-
drivers/net/ice/base/ice_type.h | 14 ++
lib/ethdev/rte_ethdev.h | 1 +
10 files changed, 582 insertions(+), 15 deletions(-)
--
2.25.1
next reply other threads:[~2021-05-27 8:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 7:48 Wenjun Wu [this message]
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 1/6] net/iavf: support flow pattern for GRE Wenjun Wu
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 2/6] common/iavf: add header types " Wenjun Wu
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 3/6] ethdev: add GRE RSS offload type Wenjun Wu
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 4/6] net/iavf: support AVF RSS for GRE tunnel packet Wenjun Wu
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 5/6] net/iavf: support AVF FDIR " Wenjun Wu
2021-05-27 7:48 ` [dpdk-dev] [PATCH v1 6/6] net/ice/base: support " Wenjun Wu
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=20210527074845.1263679-1-wenjun1.wu@intel.com \
--to=wenjun1.wu@intel.com \
--cc=beilei.xing@intel.com \
--cc=dev@dpdk.org \
--cc=jingjing.wu@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).