Skip to content

Commit

Permalink
net/vhost: improve devargs documentation
Browse files Browse the repository at this point in the history
This patch adds missing 'client' devarg documentation and
improve other devargs.

Bugzilla ID: 1603

Signed-off-by: Maxime Coquelin <[email protected]>
  • Loading branch information
mcoquelin committed Dec 20, 2024
1 parent 07604f2 commit 50f81b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/guides/nics/vhost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@ The user can specify below arguments in `--vdev` option.

#. ``iface``:

It is used to specify a path to connect to a QEMU virtio-net device.
It is used to specify a path to connect to a Vhost-user frontend or VDUSE device.

#. ``queues``:

It is used to specify the number of queues virtio-net device has.
It is used to specify the number of queue pairs virtio-net device has.
(Default: 1)

#. ``client``:

It is used to specify whether the Vhost PMD acts as client or server.
(Default: 0 (server))

#. ``iommu-support``:

It is used to enable iommu support in vhost library.
Expand Down

0 comments on commit 50f81b7

Please sign in to comment.