gpudev: add alignment for memory allocation
[dpdk.git] / app / test-pmd / cmdline.c
index c43c85c..e626b1c 100644 (file)
@@ -561,7 +561,7 @@ static void cmd_help_long_parsed(void *parsed_result,
                        "    Set the option to enable display of RX and TX bursts.\n"
 
                        "set port (port_id) vf (vf_id) rx|tx on|off\n"
-                       "    Enable/Disable a VF receive/tranmit from a port\n\n"
+                       "    Enable/Disable a VF receive/transmit from a port\n\n"
 
                        "set port (port_id) vf (vf_id) rxmode (AUPE|ROPE|BAM"
                        "|MPE) (on|off)\n"
@@ -2701,7 +2701,7 @@ cmd_config_rxtx_queue_parsed(void *parsed_result,
                ret = rte_eth_dev_tx_queue_stop(res->portid, res->qid);
 
        if (ret == -ENOTSUP)
-               fprintf(stderr, "Function not supported in PMD driver\n");
+               fprintf(stderr, "Function not supported in PMD\n");
 }
 
 cmdline_parse_token_string_t cmd_config_rxtx_queue_port =
@@ -14700,7 +14700,7 @@ no_print_return:
                free(proto);
 #endif
        if (ret == -ENOTSUP)
-               fprintf(stderr, "Function not supported in PMD driver\n");
+               fprintf(stderr, "Function not supported in PMD\n");
        close_file(pkg);
 }