From 9562a50cc34ca47614a86c6516aa25da0e4aa509 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Mon, 12 Dec 2016 14:27:49 +0000 Subject: 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 Signed-off-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Bill Michalowski Reviewed-by: Antonio Fischetti Reviewed-by: --- systems/ubuntu/16.04 | 1 + systems/ubuntu/16.10 | 1 + 2 files changed, 2 insertions(+) create mode 120000 systems/ubuntu/16.04 create mode 120000 systems/ubuntu/16.10 (limited to 'systems') 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 -- cgit 1.2.3-korg