summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2015-07-30 13:43:23 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-08-05 14:56:27 +0000
commiteaf66887b3a8a80c0e52906d3182f93d52f8e8ba (patch)
tree7b0bd4f8fa517932cbc336324b09e0bc197802a0 /docs
parent017df35d6c2a73dbdce22e260a8ca16e6b369a01 (diff)
src/ovs: Add support for building vanilla OVS with kernel module
DPDK build remains the default. JIRA: VSPERF-27 Change-Id: I7282e32d2246eaf75e399c5af87ef0ea53981895 Signed-off-by: Timo Puha <timox.puha@intel.com> Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Eugene Snider <Eugene.Snider@huawei.com> Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com> Reviewed-by: Tv Rao <tv.rao@freescale.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/quickstart.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 9ab15c15..45bca6c5 100755
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -29,6 +29,13 @@ cd src
make
```
+VSPERF can be used with OVS without DPDK support. In this case you have to specify path to the kernel sources by WITH_LINUX parameter:
+
+```bash
+cd src
+make WITH_LINUX=/lib/modules/`uname -r`/build
+```
+
To delete a src subdirectory and its contents to allow you to re-clone simply use:
```bash