From 60c71266d873ce3f3d96ba6b8fc0a4bec5c6fc44 Mon Sep 17 00:00:00 2001 From: Kevin Deems Date: Thu, 14 Feb 2019 16:55:46 -0500 Subject: [PATCH 1/4] Updates to pages --- learn.md | 14 ++++++++++++++ onvm.md | 9 ++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 learn.md diff --git a/learn.md b/learn.md new file mode 100644 index 0000000..c40f716 --- /dev/null +++ b/learn.md @@ -0,0 +1,14 @@ +--- +layout: page +title: Learn +permalink: /learn/ +--- + +**Goal:** Research ways of increasing and analyzing network performance and security with the help of our computer science community + +**Collaboration:** We cannot do this without the knowledge, suggestions, and reviews from outside resources + +**Videos** + - [video1](https://youtube.com) + - [video2](google.com) + diff --git a/onvm.md b/onvm.md index 0902cf4..6e3d4ec 100644 --- a/onvm.md +++ b/onvm.md @@ -14,10 +14,17 @@ openNetVM is an open source version of the NetVM platform described in our [NSDI ## Current Status **OpenNetVM's source code and documentation are [available on github](https://github.com/sdnfv/openNetVM).** -**The fastest way to get started with OpenNetVM** is using NSF CloudLab. You can find a premade [profile here](https://www.cloudlab.us/p/GWCloudLab/onvm-18.03). +**Start participating today in OpenNetVM** with our updated CloudLab [profile](https://www.cloudlab.us/p/GWCloudLab/onvm-18.05). +## ONVM Release Notes and Highlights +**Release v18.11:** Increased processing capabilities including multi-threading and increased network statistics from the OpenNetVM manager + +**Release v18.05:** Updated Docker container and mTCP support for NFs making it easier to run and test for everyone involved + +**Release v18.03:** Router Network Function has been created to deliver traffic from IP address to NF ID and Data Plane Development Kit (DPDK) has been tested in version 17.08 + ## Features **Container-based NFs:** Writing and managing network functions for openNetVM is easy since they run as standard user space processes inside Docker containers. From 2a89a230cfed2f901daee6e4f26198131889e8a9 Mon Sep 17 00:00:00 2001 From: Kevin Deems Date: Thu, 14 Feb 2019 16:56:25 -0500 Subject: [PATCH 2/4] Added favicon and made updates to header --- _includes/head.html | 2 ++ _includes/header.html | 2 +- res/computer.png | Bin 0 -> 8776 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 res/computer.png diff --git a/_includes/head.html b/_includes/head.html index 4d7e8f0..7b43a21 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,4 +8,6 @@ + + diff --git a/_includes/header.html b/_includes/header.html index cfe381f..39d95b5 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@