From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>
Subject: [PATCH v2 0/4] net/ice: fix Tx scheduler hierarchy queue accounting
Date: Mon, 7 Sep 2026 13:07:46 +0000 [thread overview]
Message-ID: <20260907130750.3406004-1-ciara.loftus@intel.com> (raw)
In-Reply-To: <20260904105139.3117640-1-ciara.loftus@intel.com>
Committing a Tx scheduler (rte_tm) hierarchy on ice can grow the port's
usable Tx queue count beyond what was available when the port was first
probed. This series fixes three bugs related to this, and makes a
cosmetic change by renaming variables related to queue counting.
v2:
* Variable renaming in patch 3 nb_tm_qps -> nb_tm_txqs
* Added a forth patch to split VSI qps variable into separate Rx/Tx
varaibles
Ciara Loftus (4):
net/ice: fix Tx queue capacity sizing after TM commit
net/ice: skip TC validation if hierarchy committed
net/ice: fix Rx queue count reporting after TM commit
net/ice: split VSI queue count into Rx/Tx
drivers/net/intel/ice/ice_ethdev.c | 42 ++++++++++++++++--------------
drivers/net/intel/ice/ice_ethdev.h | 5 +++-
drivers/net/intel/ice/ice_rxtx.c | 33 ++++++++++++++---------
drivers/net/intel/ice/ice_tm.c | 10 +++----
4 files changed, 51 insertions(+), 39 deletions(-)
--
2.43.0
next prev parent reply other threads:[~2026-09-07 13:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-04 10:51 [PATCH 0/3] net/ice: fix Tx scheduler hierarchy queue accounting Ciara Loftus
2026-09-04 10:51 ` [PATCH 1/3] net/ice: fix Tx queue capacity sizing after TM commit Ciara Loftus
2026-09-04 13:01 ` Bruce Richardson
2026-09-04 10:51 ` [PATCH 2/3] net/ice: skip TC validation if hierarchy committed Ciara Loftus
2026-09-04 13:11 ` Bruce Richardson
2026-09-07 11:14 ` Loftus, Ciara
2026-09-04 10:51 ` [PATCH 3/3] net/ice: fix Rx queue count reporting after TM commit Ciara Loftus
2026-09-04 13:33 ` Bruce Richardson
2026-09-07 11:16 ` Loftus, Ciara
2026-09-07 13:07 ` Ciara Loftus [this message]
2026-09-07 13:07 ` [PATCH v2 1/4] net/ice: fix Tx queue capacity sizing " Ciara Loftus
2026-09-07 13:07 ` [PATCH v2 2/4] net/ice: skip TC validation if hierarchy committed Ciara Loftus
2026-09-07 13:07 ` [PATCH v2 3/4] net/ice: fix Rx queue count reporting after TM commit Ciara Loftus
2026-09-09 12:45 ` Bruce Richardson
2026-09-07 13:07 ` [PATCH v2 4/4] net/ice: split VSI queue count into Rx/Tx Ciara Loftus
2026-09-09 12:47 ` Bruce Richardson
2026-09-10 13:20 ` [PATCH v2 0/4] net/ice: fix Tx scheduler hierarchy queue accounting Bruce Richardson
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=20260907130750.3406004-1-ciara.loftus@intel.com \
--to=ciara.loftus@intel.com \
--cc=dev@dpdk.org \
/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