[PATCH] examples/vhost: delete DMA type parameter help info

Maxime Coquelin maxime.coquelin at redhat.com
Thu Feb 17 09:55:50 CET 2022



On 2/17/22 04:24, Chengwen Feng wrote:
> The dma-type parameter was not support when integrate dmadev in vhost,
> but the help info still exist, this patch deletes it.
> 
> Fixes: 53d3f4778c1d ("vhost: integrate dmadev in asynchronous data-path")
> 
> Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
> ---
>   examples/vhost/main.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/examples/vhost/main.c b/examples/vhost/main.c
> index 3e784f5c6f..68afd398bb 100644
> --- a/examples/vhost/main.c
> +++ b/examples/vhost/main.c
> @@ -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);
>   }

Applied to dpdk-next-virtio/main.

Thanks,
Maxime



More information about the dev mailing list