[v3,0/2] fix help string and add a new command

Message ID 20231008015630.406378-1-huangdengdui@huawei.com (mailing list archive)
Headers
Series fix help string and add a new command |

Message

Dengdui Huang Oct. 8, 2023, 1:56 a.m. UTC
  This series fix help string and add a new command.

v2->v3
add 'mcast_addr add|remove' to help string and
update the new command description.

v1->v2
update order on help string

Dengdui Huang (2):
  app/testpmd: fix help string
  app/testpmd: add flush all multicast MAC address command

 app/test-pmd/cmdline.c                      | 49 +++++++++++++++++++++
 app/test-pmd/config.c                       | 18 ++++++++
 app/test-pmd/testpmd.h                      |  1 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  7 +++
 4 files changed, 75 insertions(+)