Skip to content

Commit

Permalink
Merge pull request #379 from pengjianzhang/main
Browse files Browse the repository at this point in the history
version 1.6.0, update changelog
  • Loading branch information
pengjianzhang authored Oct 10, 2023
2 parents 2651643 + 73e3116 commit 1605373
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## v1.6.0 - 2023-10-10
### Added

- dperf server returns large payload

- you can use the default l3 or l3l4 rss algorithm

### Changed

- minimun local port range(lport_range) can be set to 1

- optimization: remove useless sockets outside lport_range

- move docs to dperf.org

- adjust jumbo MTU

### Fixed

- fix: negative number of udp connections

- print more information when startup fails
- not enough ports available
- error message of server ip numbers

- spelling errors and expression issues

thanks digger-yu, CChuancey, zrmin

- fix: find port id

- fix: create new connection after "duration" time

thanks zrgtester

- fix: http_host or http_path can only be configured when http is enabled

- fix: dperf make error on dpdk-18.11

thanks amberlipp

## v1.5.0 - 2023-03-10
### Added

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#ifndef __VERSION_H
#define __VERSION_H

#define VERSION "1.6.0-dev"
#define VERSION "1.6.0"

#endif

0 comments on commit 1605373

Please sign in to comment.