From: Qi Zhang Date: Tue, 24 Apr 2018 05:59:57 +0000 (+0800) Subject: app/testpmd: fix command token X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=4c53d4eaf11551c69201b192a7da153d1d88a9a5;p=dpdk.git 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 Reviewed-by: Ferruh Yigit --- diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 92afdec903..a0c1905932 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -2278,7 +2278,7 @@ cmdline_parse_inst_t cmd_config_rxtx_queue = { .data = NULL, .help_str = "port rxq|txq 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,