Skip to content

Releases: aregm/nff-go

Release 0.9.2

12 Dec 02:14
7ff09bf
Compare
Choose a tag to compare
  • Bugfixes
  • LookupRing API

Release 0.9.1

01 Oct 20:41
3b9809b
Compare
Choose a tag to compare
  • Fixed tests to build correctly with BPF enabled.

Release 0.9

20 Sep 17:15
b6e11fb
Compare
Choose a tag to compare
  • 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

20 Jun 12:28
8ab691c
Compare
Choose a tag to compare

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

07 Mar 22:55
048b92a
Compare
Choose a tag to compare

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

05 Feb 22:14
d7badc5
Compare
Choose a tag to compare

Bugfix release with fixed HW checksum calculation offloading

Bugfix and performance improvement release 0.7.3

30 Jan 19:57
6ed16cd
Compare
Choose a tag to compare
  • 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

08 Jan 22:47
6581ac1
Compare
Choose a tag to compare
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

12 Dec 22:23
3c791dd
Compare
Choose a tag to compare
Merge pull request #507 from intel-go/develop

Bugfix release 0.7.1. Bugfixes in development environment and tests

0.7.0 Release

28 Nov 01:54
7d8e13e
Compare
Choose a tag to compare
  • Switch to DPDK 18.11and pktgen 3.5.8
  • Switch to Go mod for dependency handling
  • Bug-fixes