X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fvhost.rst;h=d36f3120b25ec5610aa717b7b10c0ec07e2dce3c;hb=b176cb32b5582b96abc060c0064c5122a1b7d3be;hp=912f4bdd9cc8a774ff3e6800a3d92c40e32edb36;hpb=688604c224392211137a44270324ef6cd9f18fd0;p=dpdk.git diff --git a/doc/guides/nics/vhost.rst b/doc/guides/nics/vhost.rst index 912f4bdd9c..d36f3120b2 100644 --- a/doc/guides/nics/vhost.rst +++ b/doc/guides/nics/vhost.rst @@ -54,6 +54,16 @@ The user can specify below arguments in `--vdev` option. It is used to enable tso support in vhost library. (Default: 0 (disabled)) +#. ``linear-buffer``: + + It is used to enable linear buffer support in vhost library. + (Default: 0 (disabled)) + +#. ``ext-buffer``: + + It is used to enable external buffer support in vhost library. + (Default: 0 (disabled)) + Vhost PMD event handling ------------------------