[PATCH v7] app/testpmd: add Host Shaper command
Spike Du
spiked at nvidia.com
Tue Jun 14 14:01:33 CEST 2022
this patch is taken out from series of "introduce per-queue available descriptor threshold and host shaper"
to simplify the review, and it's the last one for non-PMD change.
However it depends on a PMD commit for host shaper config API, should be merged after PMD patches.
--
v7:
- remove some test code.
Spike Du (1):
app/testpmd: add Host Shaper command
app/test-pmd/testpmd.c | 7 ++
doc/guides/nics/mlx5.rst | 46 +++++++++
drivers/net/mlx5/meson.build | 4 +
drivers/net/mlx5/mlx5_testpmd.c | 206 ++++++++++++++++++++++++++++++++++++++++
drivers/net/mlx5/mlx5_testpmd.h | 26 +++++
5 files changed, 289 insertions(+)
create mode 100644 drivers/net/mlx5/mlx5_testpmd.c
create mode 100644 drivers/net/mlx5/mlx5_testpmd.h
--
1.8.3.1
More information about the dev
mailing list