On 4/21/2021 9:09 AM, Lijun Ou wrote:
From: Chengwen Feng <fengcheng...@huawei.com>

This patch supports cleanup txq mbufs command:
port cleanup (port_id) txq (queue_id) (free_cnt)

Signed-off-by: Chengwen Feng <fengcheng...@huawei.com>
Signed-off-by: Lijun Ou <ouli...@huawei.com>
---
V4->V5:
- rewrite patch title
- define the new cmd.
- Fix the comments given by Ferruh.yigit

V3->V4:
- revert the V3 scheme.

V2->V3:
- The command implementation is changed so that the queuestate does
   not depend on the command execution.

V1->V2:
- use Tx instead of TX
- add note in doc
---
  app/test-pmd/cmdline.c                      | 85 +++++++++++++++++++++++++++++
  doc/guides/rel_notes/release_21_05.rst      |  2 +
  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  9 +++
  3 files changed, 96 insertions(+)


Can you please update 'cmd_help_long_parsed' for the help string, this was in v4 and seems dropped during change.

Reply via email to