X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fparameters.c;h=28db8cdd34fa8228fdee5c849a0efe6b185e3807;hb=938a184a1870bcc139b49a284ae599457e8fb8ce;hp=c45f78a0305f4ebcc32f98a6e92319f23aabe8dc;hpb=4c3ea50880c90a1681c7f4c12a558cff37d01f03;p=dpdk.git diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index c45f78a030..28db8cdd34 100644 --- a/app/test-pmd/parameters.c +++ b/app/test-pmd/parameters.c @@ -76,6 +76,7 @@ #ifdef RTE_LIBRTE_PMD_BOND #include #endif +#include #include "testpmd.h" @@ -191,7 +192,8 @@ usage(char* progname) "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1); printf(" --no-flush-rx: Don't flush RX streams before forwarding." " Used mainly with PCAP drivers.\n"); - printf(" --txpkts=X[,Y]*: set TX segment sizes.\n"); + printf(" --txpkts=X[,Y]*: set TX segment sizes" + " or total packet length.\n"); printf(" --disable-link-check: disable check on link status when " "starting/stopping ports.\n"); }