From: Qi Zhang <qi.z.zhang@intel.com>
To: qiming.yang@intel.com
Cc: dev@dpdk.org, Qi Zhang <qi.z.zhang@intel.com>
Subject: [dpdk-dev] [PATCH 0/6] net/ice: base update update batch 3.
Date: Thu, 29 Apr 2021 08:41:37 +0800 [thread overview]
Message-ID: <20210429004143.2921260-1-qi.z.zhang@intel.com> (raw)
Add IP fragment support in base code and couple QinQ improvement.
update the release date as the last base patch for DPDK 21.05.
Qi Zhang (6):
net/ice/base: add IP fragment flags
net/ice/base: add function for post DDP download VLAN mode
configuration
net/ice/base: add print if DDP/FW don't support QinQ as expected
net/ice/base: modififcation to support L3 DSCP QoS
net/ice/base: signed External Device Package Programming
net/ice/base: support IP fragment RSS and FDIR
drivers/net/ice/base/README | 2 +-
drivers/net/ice/base/ice_adminq_cmd.h | 39 +++---
drivers/net/ice/base/ice_common.c | 119 ++++++++++++++++-
drivers/net/ice/base/ice_common.h | 10 ++
drivers/net/ice/base/ice_dcb.c | 185 +++++++++++++++++++++++---
drivers/net/ice/base/ice_dcb.h | 16 +++
drivers/net/ice/base/ice_fdir.c | 51 ++++++-
drivers/net/ice/base/ice_fdir.h | 20 ++-
drivers/net/ice/base/ice_flex_pipe.c | 5 +-
drivers/net/ice/base/ice_flow.c | 51 ++++++-
drivers/net/ice/base/ice_flow.h | 9 +-
drivers/net/ice/base/ice_type.h | 24 +++-
drivers/net/ice/base/ice_vlan_mode.c | 97 ++++++++++++--
drivers/net/ice/base/ice_vlan_mode.h | 2 +-
14 files changed, 565 insertions(+), 65 deletions(-)
--
2.26.2
next reply other threads:[~2021-04-29 0:38 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-29 0:41 Qi Zhang [this message]
2021-04-29 0:41 ` [dpdk-dev] [PATCH 1/6] net/ice/base: add IP fragment flags Qi Zhang
2021-04-29 0:41 ` [dpdk-dev] [PATCH 2/6] net/ice/base: add function for post DDP download VLAN mode configuration Qi Zhang
2021-04-29 0:41 ` [dpdk-dev] [PATCH 3/6] net/ice/base: add print if DDP/FW don't support QinQ as expected Qi Zhang
2021-04-29 0:41 ` [dpdk-dev] [PATCH 4/6] net/ice/base: modififcation to support L3 DSCP QoS Qi Zhang
2021-04-29 0:41 ` [dpdk-dev] [PATCH 5/6] net/ice/base: signed External Device Package Programming Qi Zhang
2021-04-29 0:41 ` [dpdk-dev] [PATCH 6/6] net/ice/base: support IP fragment RSS and FDIR Qi Zhang
2021-04-29 2:30 ` [dpdk-dev] [PATCH 0/6] net/ice: base update update batch 3 Yang, Qiming
2021-04-29 2:50 ` Zhang, Qi Z
2021-04-30 11:57 ` Ferruh Yigit
2021-04-30 14:01 ` Zhang, Qi Z
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 " Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 1/6] net/ice/base: add IP fragment flags Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 2/6] net/ice/base: add function for post DDP download VLAN mode configuration Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 3/6] net/ice/base: add print if DDP/FW don't support QinQ as expected Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 4/6] net/ice/base: support L3 DSCP QoS Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 5/6] net/ice/base: sign external device package programming Qi Zhang
2021-04-30 13:59 ` [dpdk-dev] [PATCH v2 6/6] net/ice/base: support IP fragment RSS and FDIR Qi Zhang
2021-04-30 14:02 ` [dpdk-dev] [PATCH v2 0/6] net/ice: base update update batch 3 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=20210429004143.2921260-1-qi.z.zhang@intel.com \
--to=qi.z.zhang@intel.com \
--cc=dev@dpdk.org \
--cc=qiming.yang@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).