Skip to content

Releases: ironcore-dev/dpservice

v0.3.2

09 Feb 09:42
Compare
Choose a tag to compare

Changes

🚀 Features

  • Support IPv6 offloading and provide throughput benchmarking tools @byteocean (#490)
  • Introduce a manual trigger for PR triggered arm64 builds @guvenc (#492)
  • Support arm64 in Docker and github workflow @guvenc (#487)
  • Introduce a new NIC type Bluefield2 @guvenc (#485)
  • Telemetry test should check for a pattern of string @guvenc (#486)
  • Improve ipv6 firewall implementation and the tests @guvenc (#484)
  • Refactor: Use standard protocol defines and remove the self defined ones @guvenc (#479)
  • Perform traffic metering on vf's tx traffic @byteocean (#463)

🐛 Bug Fixes

  • Do not add empty IP address of an interface to the route table @guvenc (#493)
  • Fix failed continuing echo to IPv6 LB @byteocean (#491)
  • Ignore sysfs error for metering config due to unknow linux 6.x issue @byteocean (#488)
  • Fix VNF reverse lookup @guvenc (#481)
  • Improve codebase to work with ARM architecture @guvenc (#482)
  • Avoid using iteration to determine existence of a vnf value @byteocean (#476)

🧰 Maintenance

v0.3.1

18 Jan 14:10
Compare
Choose a tag to compare

Changes

🚀 Features

  • Modify dataplane drawing to reflect ipv6 changes @guvenc (#474)
  • Enhance GRPC function implementations to support different combination of ipv4/ipv6 address cases @guvenc (#473)
  • Introduce IPv6 overlay support for non-offloading path @guvenc (#462)
  • Bump dpservice-cli version in Dockerfile to v0.3.0 @guvenc (#457)

🐛 Bug Fixes

🧰 Maintenance

v0.3.0

11 Dec 08:01
b62f917
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.2.17

06 Nov 14:33
6f75667
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.16

06 Nov 10:10
0eb8bea
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.2.15

21 Sep 10:42
edab0c3
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.2.14

04 Aug 17:23
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • reset state vars used during cntrack key fast matching if a pkt is go… @byteocean (#348)
  • Fix pytest suite after golang client update @PlagueCZ (#350)
  • Updated pytest HW testing code @PlagueCZ (#347)

v0.2.13

03 Aug 09:53
6360cd0
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Get()/List() style GRPC operations should be logged on debug level @guvenc (#349)
  • allow VM to talk to a co-locating server via a private load balancer @byteocean (#341)
  • icmp inverted key shall preserve port_dst which is its identifier @byteocean (#345)
  • fix hairpin config leading to unconfiged vf-pf hairpin pattern @byteocean (#343)

v0.2.12

21 Jul 16:11
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.11

20 Jul 18:32
Compare
Choose a tag to compare

Changes

🚀 Features

  • Introduce an one-shot timer which runs more often after init() call @guvenc (#340)

🐛 Bug Fixes