From eaf66887b3a8a80c0e52906d3182f93d52f8e8ba Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 30 Jul 2015 13:43:23 +0100 Subject: 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 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Eugene Snider Reviewed-by: Gurpreet Singh Reviewed-by: Tv Rao --- docs/quickstart.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/quickstart.md') 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 -- cgit 1.2.3-korg