From: Anatoly Burakov <anatoly.burakov@intel.com>
To: dev@dpdk.org
Cc: bruce.richardson@intel.com, vladimir.medvedkin@intel.com
Subject: [PATCH v2 0/5] Update ICE base driver
Date: Wed, 1 Oct 2025 13:29:03 +0100 [thread overview]
Message-ID: <cover.1759321681.git.anatoly.burakov@intel.com> (raw)
In-Reply-To: <cover.1759231103.git.anatoly.burakov@intel.com>
A few more changes for the ICE base driver:
- Integer overflow fix
- DCB/PFC changes that were submitted earlier by Vladimir [1]
The intent is to merge these as base driver changes, with
successive work to be built on top.
v2:
- Fix setting MAC config when no TC's were specified
[1] https://patches.dpdk.org/project/dpdk/cover/20250817130152.682972-1-vladimir.medvedkin@intel.com/
Anatoly Burakov (1):
net/ice/base: update README
Chinh Cao (1):
net/ice/base: fix integer overflow on NVM init
Vladimir Medvedkin (3):
net/ice/base: add utility functions
net/ice/base: make set MAC config TC aware
net/ice/base: add support for asymmetric PFC
drivers/net/intel/ice/base/README | 2 +-
drivers/net/intel/ice/base/ice_common.c | 221 ++++++++++++++++++++----
drivers/net/intel/ice/base/ice_common.h | 11 ++
drivers/net/intel/ice/base/ice_dcb.c | 105 +++++++++--
drivers/net/intel/ice/base/ice_dcb.h | 16 +-
drivers/net/intel/ice/base/ice_type.h | 17 +-
6 files changed, 318 insertions(+), 54 deletions(-)
--
2.47.3
next prev parent reply other threads:[~2025-10-01 12:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-30 11:21 [PATCH v1 0/4] " Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 1/4] net/ice/base: fix integer overflow on NVM init Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 2/4] net/ice/base: add utility functions Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 3/4] net/ice/base: make set MAC config TC aware Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 4/4] net/ice/base: add support for asymmetric PFC Anatoly Burakov
2025-10-01 12:29 ` Anatoly Burakov [this message]
2025-10-01 12:29 ` [PATCH v2 1/5] net/ice/base: fix integer overflow on NVM init Anatoly Burakov
2025-10-01 12:29 ` [PATCH v2 2/5] net/ice/base: add utility functions Anatoly Burakov
2025-10-01 12:29 ` [PATCH v2 3/5] net/ice/base: make set MAC config TC aware Anatoly Burakov
2025-10-01 12:29 ` [PATCH v2 4/5] net/ice/base: add support for asymmetric PFC Anatoly Burakov
2025-10-01 12:29 ` [PATCH v2 5/5] net/ice/base: update README Anatoly Burakov
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.1759321681.git.anatoly.burakov@intel.com \
--to=anatoly.burakov@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=vladimir.medvedkin@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).