Skip to content

Commit

Permalink
Update release notes for 18.1 (#238)
Browse files Browse the repository at this point in the history
* Update release notes for 18.1

* Update Releases.md
  • Loading branch information
twood02 authored and nks5295 committed Jan 31, 2018
1 parent 62f1d14 commit e6accd6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ use a date based versioning system. Now, a release version can look
like `17.11` where the "major" number is the year and the "minor" number
is the month.

#### v18.1 (1/31/18): Bug Fixes and Speed Tester improvements
This release includes several bug fixes including:
- Changed macro and inline function declarations to improve compatibility with 3rd party libraries and newer gcc versions (tested with 4.8 and 5.4)
- Solved memory leak in SDN flow table example
- Load Balancer NF now correctly updates MAC address on outgoing packets to backend servers

Improvements:
- Speed Tester NF now supports a `-c` argument indicating how many packets should be created. If combined with the PCAP replay flag, this parameter controls how many of packets in the trace will be transmitted. A larger packet count may be required when trying to use Speed Tester to saturate a chain of network functions.

*No API changes were introduced in this release.*

#### v17.11 (11/16/17): New TX thread architecture, realistic NF examples, better stats, messaging, and more
Since the last official release there have been substantial changes to openNetVM, including the switch to date based versioning mentioned above. Changes include:
- New TX architecture: previously NFs enqueued packets into a TX ring that was read by TX threads in the manager, which consumed significant CPU resources.
Expand Down

0 comments on commit e6accd6

Please sign in to comment.