]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/vhost.rst
doc: announce ethdev API change for Rx split
[dpdk.git] / doc / guides / nics / vhost.rst
index 912f4bdd9cc8a774ff3e6800a3d92c40e32edb36..d36f3120b25ec5610aa717b7b10c0ec07e2dce3c 100644 (file)
@@ -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
 ------------------------