app/testpmd: fix command token
Correct token for queue start stop command. Fixes: 5f4ec54f1d16 ("testpmd: queue start and stop") Cc: stable@dpdk.org Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
995d3ab336
commit
4c53d4eaf1
@ -2278,7 +2278,7 @@ cmdline_parse_inst_t cmd_config_rxtx_queue = {
|
||||
.data = NULL,
|
||||
.help_str = "port <port_id> rxq|txq <queue_id> start|stop",
|
||||
.tokens = {
|
||||
(void *)&cmd_config_speed_all_port,
|
||||
(void *)&cmd_config_rxtx_queue_port,
|
||||
(void *)&cmd_config_rxtx_queue_portid,
|
||||
(void *)&cmd_config_rxtx_queue_rxtxq,
|
||||
(void *)&cmd_config_rxtx_queue_qid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user