-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from pengjianzhang/main
changelog 1.1.0
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,65 @@ | ||
# Changelog | ||
|
||
## v1.1.0 - 2022-04-13 | ||
### Added | ||
|
||
- vxlan | ||
|
||
thanks epsilon-rhk | ||
- kni | ||
|
||
thanks Ppapzs | ||
- bond | ||
|
||
thanks [email protected], 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 [email protected] | ||
- FIX: byte order conversion bug | ||
|
||
thanks crezov | ||
|
||
- FIX: docs | ||
|
||
thanks leohotfn | ||
|
||
## v1.0.0 - 2022-02-22 | ||
### Added | ||
|
||
|