]> git.droids-corp.org - dpdk.git/commitdiff
examples/vhost: remove DMA type option help info
authorChengwen Feng <fengchengwen@huawei.com>
Thu, 17 Feb 2022 03:24:51 +0000 (11:24 +0800)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Thu, 17 Feb 2022 08:29:08 +0000 (09:29 +0100)
The dma-type parameter was not supported when dmadev was
integrated in vhost, but the help info still exists. This
patch deletes it.

Fixes: 53d3f4778c1d ("vhost: integrate dmadev in asynchronous data-path")
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
examples/vhost/main.c

index 3e784f5c6ffa9f42ee032c2a24a6569edc119845..68afd398bbd63b7586427d8dc969910b756f86f2 100644 (file)
@@ -608,7 +608,6 @@ us_vhost_usage(const char *prgname)
        "               --tx-csum [0|1] disable/enable TX checksum offload.\n"
        "               --tso [0|1] disable/enable TCP segment offload.\n"
        "               --client register a vhost-user socket as client mode.\n"
-       "               --dma-type register dma type for your vhost async driver. For example \"ioat\" for now.\n"
        "               --dmas register dma channel for specific vhost device.\n",
               prgname);
 }