v0.2.16
github-actions
released this
06 Nov 10:10
·
336 commits
to refs/heads/main
since this release
Changes
🚀 Features
- Added pcap-style packet filter to dpservice-dump @PlagueCZ (#420)
- Updated dataplane graph schema @PlagueCZ (#422)
- Remove packet path from rx_periodic to cls node @PlagueCZ (#421)
- Unify ether handling @PlagueCZ (#417)
- Use less nonstandard types and definitions @PlagueCZ (#414)
- Added PCAP output to dpservice-dump @PlagueCZ (#410)
- Use more const pointers @PlagueCZ (#409)
- Update DPDK to 22.11 @PlagueCZ (#385)
- Refactor dp_remove_network_snat_port @PlagueCZ (#404)
- Use smaller membuf pool size, if the compiler flag ENABLE_PYTEST is set @guvenc (#401)
- Docker image improvements @PlagueCZ (#400)
- Improved graphtrace @PlagueCZ (#396)
- More vms support @PlagueCZ (#395)
- Added retval checks and simplified dp_add_flow() @PlagueCZ (#387)
- vf offload dump draft @byteocean (#371)
- Update underlay conf @PlagueCZ (#392)
🐛 Bug Fixes
- Better dpservice-dump MTU @PlagueCZ (#412)
- Made tester docker image smaller @PlagueCZ (#411)
- Fixed virtual services for multiple IPs per VM @PlagueCZ (#408)
- Fix actions scheduling @damyan (#407)
- Add packing for structures used as hash keys @PlagueCZ (#403)
- Added missing value validations in gRPC @PlagueCZ (#402)
- Do not test flow table flushes in WCMP @PlagueCZ (#399)
- Fixed VF offloaded dump (output and DPDK 22 compatibility) @PlagueCZ (#394)
- Prevent redundant docker build and push on release published @damyan (#386)