diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-12-12 14:27:49 +0000 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2016-12-13 12:04:43 +0000 |
commit | 9562a50cc34ca47614a86c6516aa25da0e4aa509 (patch) | |
tree | 54ae37f84aabf6d94d196caa5a6a49cd53986893 | |
parent | 3d33e32f9fe9d8c8e6f4fb935d67fc39b2c0a483 (diff) |
install: Ubuntu 16.xx support
Installation scripts were updated to support Ubuntu 16.04 LTS
and Ubuntu 16.10. Ubuntu 16.10 uses kernel 4.8, which is supported
since DPDK 16.11. It is up to the vsperf user to use DPDK and OVS
versions compatible with active Linux kernel.
JIRA: VSPERF-408
Change-Id: Ifb71de72cf6d4f9d6e2319cb5c1d7d5dcbe5314f
Signed-off-by: Goldammer, MartinX <martinx.goldammer@intel.com>
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
Reviewed-by: Antonio Fischetti <antonio.fischetti@intel.com>
Reviewed-by: <sridhar.rao@spirent.com>
-rwxr-xr-x | docs/configguide/installation.rst | 2 | ||||
l--------- | systems/ubuntu/16.04 | 1 | ||||
l--------- | systems/ubuntu/16.10 | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst index 7ba64bba..7548b3f3 100755 --- a/docs/configguide/installation.rst +++ b/docs/configguide/installation.rst @@ -15,6 +15,8 @@ Supported Operating Systems * Fedora 22 * RedHat 7.2 Enterprise * Ubuntu 14.04 +* Ubuntu 16.04 +* Ubuntu 16.10 (kernel 4.8 requires DPDK 16.11 and newer) Supported vSwitches ------------------- diff --git a/systems/ubuntu/16.04 b/systems/ubuntu/16.04 new file mode 120000 index 00000000..af805b45 --- /dev/null +++ b/systems/ubuntu/16.04 @@ -0,0 +1 @@ +14.04
\ No newline at end of file diff --git a/systems/ubuntu/16.10 b/systems/ubuntu/16.10 new file mode 120000 index 00000000..d17f205b --- /dev/null +++ b/systems/ubuntu/16.10 @@ -0,0 +1 @@ +16.04
\ No newline at end of file |