Nff Go Versions Save

NFF-Go -Network Function Framework for GO (former YANFF)

v0.9.2

4 years ago
  • Bugfixes
  • LookupRing API

v0.9.1

4 years ago
  • Fixed tests to build correctly with BPF enabled.

v0.9.0

4 years ago
  • 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

v0.8.1

4 years ago

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.

v0.8.0

5 years ago

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.

v0.7.4

5 years ago

Bugfix release with fixed HW checksum calculation offloading

v0.7.3

5 years ago
  • 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

v0.7.2

5 years ago

v0.7.1

5 years ago

v0.7.0

5 years ago
  • Switch to DPDK 18.11and pktgen 3.5.8
  • Switch to Go mod for dependency handling
  • Bug-fixes