diff options
Diffstat (limited to 'docs/quickstart.md')
-rwxr-xr-x | docs/quickstart.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 45bca6c5..b6cc3242 100755 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -36,6 +36,12 @@ cd src make WITH_LINUX=/lib/modules/`uname -r`/build ``` +To build DPDK and OVS for PVP testing, use: + +```bash +make VHOST_USER=y +``` + To delete a src subdirectory and its contents to allow you to re-clone simply use: ```bash |