aboutsummaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/doc/README.md
diff options
context:
space:
mode:
authoryalei wang <wylandrea@gmail.com>2018-10-30 07:40:15 +0000
committerGerrit Code Review <gerrit@fd.io>2018-10-30 07:40:15 +0000
commitdbc4c0c8284eddb91e5294ba00e0b43c8faab930 (patch)
tree615beff297ee2e0681169fb5929017d35be7fc5a /stacks/lwip_stack/doc/README.md
parent3dd2a5fdd89db1d532229d2ec29078e8e4b23689 (diff)
parent4ed7096d4a4aff47a812a79252edd0834277ee30 (diff)
Merge "Feat: support vhost-user in lwip stack"
Diffstat (limited to 'stacks/lwip_stack/doc/README.md')
-rw-r--r--stacks/lwip_stack/doc/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/stacks/lwip_stack/doc/README.md b/stacks/lwip_stack/doc/README.md
index e9bb31e..6b533e0 100644
--- a/stacks/lwip_stack/doc/README.md
+++ b/stacks/lwip_stack/doc/README.md
@@ -67,6 +67,11 @@ Run the process:
#./start_nstack.sh
```
+If you want to run it with vhost-user, you can run the start_nstack.sh with parameters as follow.
+```
+ #./start_nstack.sh --vdev virtio_user,mac=fa:16:3e:5f:b3:08,path=/tmp/unix/sock1.sock,queues=8,queue_size=1024 --no-pci
+```
+
- Steps 4: Communication test between machine A(as server) with machine B
(as client)