]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/vhost.rst
ethdev: add flow tag
[dpdk.git] / doc / guides / nics / vhost.rst
index 4f7ae89905d66e5ad1dcec59b2bacca44bb8b7a8..e5e3e6b6d0a5d43055494b8f690dc566d0bd3985 100644 (file)
@@ -71,6 +71,16 @@ The user can specify below arguments in `--vdev` option.
     It is used to enable iommu support in vhost library.
     (Default: 0 (disabled))
 
+#.  ``postcopy-support``:
+
+    It is used to enable postcopy live-migration support in vhost library.
+    (Default: 0 (disabled))
+
+#.  ``tso``:
+
+    It is used to enable tso support in vhost library.
+    (Default: 0 (disabled))
+
 Vhost PMD event handling
 ------------------------