This patchset contains a set of updates for the ice driver, a number of
which are in the area of the "rte_tm" APIs for Tx scheduling.

These patches were previously submitted as part of a larger set[1], but
separating them out here for easier review and merge ahead of the more
substantial changes for scheduling in the last couple of patches in that
set.

[1] https://patches.dpdk.org/project/dpdk/list/?series=32758&state=*

---
V4: removed VSI printing in patch 2 - the VSI is documented by the groups
    on the dot graph.
v3: dropped patch 4 completely from set, it was missing doc updates and
    it fits better with out sched changes. Will include in a later set
v2: small update to patch 4 following review by Stephen.


Bruce Richardson (4):
  net/ice: detect stopping a flow-director queue twice
  net/ice: improve Tx scheduler graph output
  net/ice: add option to choose DDP package file
  net/ice: limit the number of queues to sched capabilities

 doc/guides/nics/ice.rst        |   9 ++
 drivers/net/ice/ice_diagnose.c | 202 ++++++++++++---------------------
 drivers/net/ice/ice_ethdev.c   |  60 +++++++++-
 drivers/net/ice/ice_ethdev.h   |   1 +
 drivers/net/ice/ice_rxtx.c     |   5 +
 5 files changed, 141 insertions(+), 136 deletions(-)

--
2.43.0

Reply via email to