Releases: aregm/nff-go
Releases · aregm/nff-go
Release 0.9.2
- Bugfixes
- LookupRing API
Release 0.9.1
- Fixed tests to build correctly with BPF enabled.
Release 0.9
- Switched to DPDK 19.08
- Implemented preliminary support for AF_XDP sockets IO
- Improved packet loss and added application controls for TX queues number and number of Send threads.
- Implemented RFC 2544 testing in nffPktgen
- Bugfixes
Release 0.8.1
Release contains the following changes:
- Added new example application: GTP-U traffic generator to test 4G/5G packet gateways.
- Switched dev/test environment to Ubuntu 19.04.
- Switched to DPDK 19.05.
- Added support for jumbo frames.
- Updated tutorial and presentation.
- Some bugfixes.
Release 0.8
Release notes:
- Implemented statistic counters with web interface.
- New specific types for IPv4, IPv6 and MAC addresses.
- Implemented load balancer example application.
- Implemented NoPacketHeadChange initialization option to improve performance when [en|de]capsulation does not affect beginning of packet memory.
- Implemented control over generator speed.
- Implemented our own packet generator.
- Implemented send/receive from Linux raw socket (no DPDK needed).
- Test framework improvements.
Bugfix release with fixed HW checksum calculation offloading
Bugfix release with fixed HW checksum calculation offloading
Bugfix and performance improvement release 0.7.3
- Improved performance of Send function
- Introduced our own packet generator application
- Included Mellanox drivers by default (see README.md for additional dependencies)
- Switched development environment to Ubuntu 18.10
- Bugfixes
Fixed dependency checksum and updated build instructions
Merge pull request #530 from intel-go/gregory/hotfix Fixed checksum of docker dependency and updated build instructions
Bugfix release 0.7.1. Bugfixes in development environment and tests
Merge pull request #507 from intel-go/develop Bugfix release 0.7.1. Bugfixes in development environment and tests
0.7.0 Release
- Switch to DPDK 18.11and pktgen 3.5.8
- Switch to Go mod for dependency handling
- Bug-fixes