Skip to content

Commit

Permalink
fix typos and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
twood02 committed Sep 16, 2015
1 parent 6c30f7c commit ed4a1ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Our work is supported in part by NSF grants CNS-1422362 and CNS-1522546.

[<img src="res/onvm-logo.png" style="float:left; padding-right:15px; margin-top:-10px">](/onvm/)

We expect to have a release of **openNetVM** ready for beta testing in *Summer 2015*. [Read more about openNetVM here](/onvm/).
We hope to have a release of **openNetVM** ready for beta testing in *soon*. [Read more about openNetVM here](/onvm/).

## Publications
* **[Towards a Software-Based Network: Integrating Software Defined Networking and Network Function Virtualization](http://faculty.cs.gwu.edu/~timwood/papers/15-Network-sdnfv.pdf)**. *Timothy Wood, K. K. Ramakrishnan, Jinho Hwang, Grace Liu, and Wei Zhang.* IEEE Networks Magazine, June 2015.
Expand Down
2 changes: 1 addition & 1 deletion onvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ openNetVM is an open source version of the NetVM platform described in our [NSDI

**Zero-Copy IO:** Packets are DMA'd directly into a shared memory region that allows the NF Manager to grant NFs direct access to packets with no additional copies.

**NUMA-Aare:** openNetVM maximizes performance by ensuring that packets in memory DIMMs local to a particular socket are only processed by threads running on that socket.
**NUMA-Aware:** openNetVM maximizes performance by ensuring that packets in memory DIMMs local to a particular CPU socket are only processed by threads running on that socket.

**No Interrupts:** We use DPDK's poll mode driver in place of traditional interrupt-driven networking, allowing the system to process packets at line rates of 10 Gbps and beyond.

Expand Down
6 changes: 3 additions & 3 deletions people.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ permalink: /people/

SDNFV is a joint effort between the University of California Riverside and George Washington University.

###Principal Investigators
### Principal Investigators
* [K.K. Ramakrishnan](http://www.cs.ucr.edu/~kk/), UCR
* [Tim Wood](http://faculty.cs.gwu.edu/~timwood/wiki/doku.php), GW

###Students
### Students
* Guyue Liu, Ph.D. student at GW
* Vineet Kapoor, M.S. student at UCR
* Ali Mohammadkhan, Ph.D. student at UCR
* Neel Shah, undergraduate student at GW
* Wei Zhang, Ph.D. student at GW

###Visiting Student Developers
### Visiting Student Developers
* Ashley Noda, high school student at Holton-Arms
* Gregoire Todeschi, undergraduate student at INP ENSEEIHT, Toulouse, France

0 comments on commit ed4a1ab

Please sign in to comment.