From d3cfd8bd0689a54d0b468323e192539e8095fcd4 Mon Sep 17 00:00:00 2001 From: pengjianzhang Date: Wed, 13 Apr 2022 17:32:07 +0800 Subject: [PATCH] changelog 1.1.0 --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca666038..43d54d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,65 @@ # Changelog +## v1.1.0 - 2022-04-13 +### Added + +- vxlan + + thanks epsilon-rhk +- kni + + thanks Ppapzs +- bond + + thanks reinight@gmail.com, Ppapzs +- tos + + thanks Ppapzs +- packet_size + + thanks Ppapzs +- jumbo + + thanks Ppapzs +- wait stage +- rss +- quiet: turn off output statistics +- rtt + +### Changed + +- tcp/udp flood and dose not require FDIR +- support DPDK-20.11, DPDK-22.03 +- server close idle sockets +- tcp rst on or off +- allow server ip num to be less than cpu number +- simplified keepalive configuration +- update readme +- related articles + + thanks metonymical + +### Fixed + +- FIX: client ip range check error +- FIX: failed to start using virtio + + thanks celia240 +- FIX: divide by zero +- FIX: tcp stack bugs + + thanks sheva7777 +- FIX: segmentation fault when there are few huge pages + + thanks yunfei_james@126.com +- FIX: byte order conversion bug + + thanks crezov + +- FIX: docs + + thanks leohotfn + ## v1.0.0 - 2022-02-22 ### Added