]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/parameters.c
ethdev: introduce Rx queue offloads API
[dpdk.git] / app / test-pmd / parameters.c
index 354a94cb6397e5b0dd39d1258a42b092104c724e..2f7f70fd64a64fa2254b38bc043bbaa6c57dd1bf 100644 (file)
@@ -211,11 +211,11 @@ usage(char* progname)
        printf("  --bitrate-stats=N: set the logical core N to perform "
                "bit-rate calculation.\n");
        printf("  --print-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>: "
-              "enable print of designated event or all of them.");
+              "enable print of designated event or all of them.\n");
        printf("  --mask-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>: "
-              "disable print of designated event or all of them.");
+              "disable print of designated event or all of them.\n");
        printf("  --flow-isolate-all: "
-              "requests flow API isolated mode on all ports at initialization time.");
+              "requests flow API isolated mode on all ports at initialization time.\n");
 }
 
 #ifdef RTE_LIBRTE_CMDLINE