]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/parameters.c
app/testpmd: fix topology error message
[dpdk.git] / app / test-pmd / parameters.c
index 5d64f0d20204d13ae56c38f4ef036469de40bbea..84e7a63ef69b592e4be47a597bb47af4518b0a19 100644 (file)
@@ -55,7 +55,6 @@
 #include <rte_debug.h>
 #include <rte_cycles.h>
 #include <rte_memory.h>
-#include <rte_memzone.h>
 #include <rte_launch.h>
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
@@ -941,7 +940,7 @@ launch_args_parse(int argc, char** argv)
                                        port_topology = PORT_TOPOLOGY_LOOP;
                                else
                                        rte_exit(EXIT_FAILURE, "port-topology %s invalid -"
-                                                " must be: paired or chained \n",
+                                                " must be: paired, chained or loop\n",
                                                 optarg);
                        }
                        if (!strcmp(lgopts[opt_idx].name, "forward-mode"))