net/vhost: fix parameters string
Add the missing params to the param string. Fixes:39cac2adca
("net/vhost: add client option") Fixes:4ce97c6f6b
("net/vhost: add an option to enable dequeue zero copy") Fixes:447e0d3797
("net/vhost: add parameter to enable IOMMU feature") Fixes:6d6e95cec4
("net/vhost: add parameter to enable postcopy") Cc: stable@dpdk.org Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
This commit is contained in:
parent
f79052fc8e
commit
1a7a39eb3d
@ -1467,7 +1467,11 @@ RTE_PMD_REGISTER_VDEV(net_vhost, pmd_vhost_drv);
|
||||
RTE_PMD_REGISTER_ALIAS(net_vhost, eth_vhost);
|
||||
RTE_PMD_REGISTER_PARAM_STRING(net_vhost,
|
||||
"iface=<ifc> "
|
||||
"queues=<int>");
|
||||
"queues=<int> "
|
||||
"client=<0|1> "
|
||||
"dequeue-zero-copy=<0|1> "
|
||||
"iommu-support=<0|1> "
|
||||
"postcopy-support=<0|1>");
|
||||
|
||||
RTE_INIT(vhost_init_log)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user