diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/NEWS.md | 9 | ||||
-rwxr-xr-x | docs/quickstart.md | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/NEWS.md b/docs/NEWS.md index 8d92c2c5..618dbebb 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,12 @@ +#July 2015 + +## New + +* PVP deployment scenario testing using vhost-user as guest access method + * Verified on CentOS7 and Fedora 20 + * Requires QEMU 2.2.0 and DPDK 2.0 + + #May 2015 This is the initial release of a re-designed version of the software based on 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 |