Skip to content

Commit 4d03532

Browse files
authored
Add Release Notes for OpenNetVM v19.05 (#125)
This PR adds release notes for upcoming v19.05 release Commit log: * Update Release Notes Initial commit, still a lot to fill in * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Fix grammar errors, expand some sections * Update Releases.md * Update Releases.md * Add API changes * Add links to docs * Update Releases.md * Move API changes down * Update Releases.md * Update Releases.md * Fix suggested grammar/whitespace issues Spelling is hard * Update API section * Update Releases.md * Update Releases.md * Update Releases.md * Update Releases.md * Update NF_Dev.md * Update Releases.md
1 parent 7290772 commit 4d03532

2 files changed

Lines changed: 332 additions & 1 deletion

File tree

docs/NF_Dev.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is an **EXPERIMENTAL** mode for OpenNetVM. It allows multiple NFs to run on
4747

4848
This code allows you to evaluate resource management techniques for NFs that share cores, however it has not been fully tested with complex NFs, therefore if you encounter any bugs please create an issue or a pull request with a proposed fix.
4949

50-
The code is based on the hybrid-polling model proposed in [_Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization_ by Wei Zhang, Jinho Hwang, Shriram Rajagopalan, K. K. Ramakrishnan, and Timothy Wood, published at _Co-NEXT 16_][flurries_paper] and extended in [_NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains_ by Sameer G. Kulkarni, Wei Zhang, Jinho Hwang, Shriram Rajagopalan, K. K. Ramakrishnan, Timothy Wood, Mayutan Arumaithurai and Xiaoming Fu, published at _SIGCOMM '17_][nfvnice_paper]. Note that this code does not contain the full Flurries or NFVnice systems, only the basic support for shared-CPU NFs.
50+
The code is based on the hybrid-polling model proposed in [_Flurries: Countless Fine-Grained NFs for Flexible Per-Flow Customization_ by Wei Zhang, Jinho Hwang, Shriram Rajagopalan, K. K. Ramakrishnan, and Timothy Wood, published at _Co-NEXT 16_][flurries_paper] and extended in [_NFVnice: Dynamic Backpressure and Scheduling for NFV Service Chains_ by Sameer G. Kulkarni, Wei Zhang, Jinho Hwang, Shriram Rajagopalan, K. K. Ramakrishnan, Timothy Wood, Mayutan Arumaithurai and Xiaoming Fu, published at _SIGCOMM '17_][nfvnice_paper]. Note that this code does not contain the full Flurries or NFVnice systems, only the basic support for shared-Core NFs. However, we have recently released a full version of the NFVNice system as an experimental branch, which can be found [here][nfvnice_branch].
5151

5252
Usage / Known Limitations:
5353
- To enable pass a `-c` flag to the onvm_mgr, and use a `-s` flag when starting a NF to specify that they want to share cores
@@ -119,3 +119,4 @@ values.
119119
[msg_passing]: ../onvm/onvm_nflib/onvm_msg_common.h
120120
[flurries_paper]: https://dl.acm.org/citation.cfm?id=2999602
121121
[nfvnice_paper]: https://dl.acm.org/citation.cfm?id=3098828
122+
[nfvnice_branch]: https://github.com/sdnfv/openNetVM/tree/experimental/nfvnice-reinforce

0 commit comments

Comments
 (0)