Skip to content

Commit

Permalink
Merge pull request #280 from pengjianzhang/main
Browse files Browse the repository at this point in the history
changelog and version 1.5.0
  • Loading branch information
pengjianzhang committed Mar 10, 2023
2 parents ee759f3 + 45a17f7 commit 24e415f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

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

- udp elephant flow

thanks sheva7777
- client_hop

thanks hgkiller
- supported Mellanox MT27500 [ConnectX-3]

thanks SdotChen
- article: Using dperf to test the performance of DPVS(zh)

thanks sheva7777
- article: How to install dperf on ubuntu(zh)

thanks digger-yu
- article: Using dperf to test 100Gbps bandwidth(zh)

thanks CHRIS123540
- article: DPVS v1.9.2 Performance Tests by dperf

thanks ywc689
- article: dperf FAQ(zh)

### Changed

- print error numbers with red color

### Fixed

- flood with rss l3l4

thanks sheva7777
- use unlikeyly to predict condition

thanks panzhengyu
- address conflict in configuration file

thanks CHRIS123540
- docs/configuration: update payload_size

## v1.4.0 - 2022-12-14
### Added

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

#define VERSION "1.4.0"
#define VERSION "1.5.0"

#endif

0 comments on commit 24e415f

Please sign in to comment.