Skip to content

Releases: aregm/nff-go

Minor test infrastructure improvements release v0.6.2

15 Nov 19:20
394f218
Compare
Choose a tag to compare

Updated VM configurations and scripts.
Added wrk support to test framework.

0.6.0 Release Update

04 Oct 21:11
e30524b
Compare
Choose a tag to compare
Merge pull request #487 from intel-go/develop

Release v0.6.0

Version 0.4.1

25 Jun 20:25
e30524b
Compare
Choose a tag to compare

Updated release 0.4 with a fix for URLs to DPDK web site

Version 0.4.0

19 Jun 20:14
e30524b
Compare
Choose a tag to compare

Features added:
GTP-U encapsulation/decapsulation example
Predefined function that simplifies handling ARP
Test system improvements, system variables support, JSON output, side by side performance comparison

Fixes
KNI bugs fixed
SetCopier function
Tests and test system
File permits
VectorGenerate function
Read function
Work correctly with HW offloads

Improving
Accept nil config
Scheduler heuristics improvments
Debug output

Release 0.3.0

08 May 23:03
e30524b
Compare
Choose a tag to compare

API enhanced, added SetVectorSplitter, SystemStop, SystemReset, GetPacketPayload
API changes: vector functions via masks, KNI allocation without core
New examples: DPI, expanded KNI
Scheduler changes: combining sequential flow functions to run on one core:

  • will use less cores with scheduler switched off
  • will work slower with scheduler switched off
    Tests refactoring
    New tests: vectors, NAT, missing flow functions
    Bug fixes
    Debug diagnostic changes

Release 0.1.0

23 Jan 22:04
e30524b
Compare
Choose a tag to compare

Release notes:
Features
-- Support for Linux KNI
-- Support for Custom CPU mask for working
-- Support for flow Copy paradigm
-- Support for MPLS
-- Support for GTPv1-U
-- Sending packet from handle
Examples
-- AntiDDOS
-- Interop with Gopacket
API changes
-- No interfaces, lots of renaming renaming
Other
-- Lots of Bugs fixed
-- New scheme for more idiomatically correct Go error handling
-- Missing protocols in ACL, unit tests are added
-- Improved performance test system
-- Improved Vagrant, VM configs

Release v0.2

22 Feb 20:35
6e6ea00
Compare
Choose a tag to compare

This release finalizes changes after rename.

Rename release

22 Feb 19:51
d56f52f
Compare
Choose a tag to compare
Merge pull request #216 from intel-go/gregory/testing

Fixed all tests to work correctly in current VM setup