Skip to content

Commit

Permalink
Version update: 0.9.5
Browse files Browse the repository at this point in the history
Changes List:
- Remove 5 second interval in napi switch on/off to avoid
  extra latency.

Signed-off-by: Goh, Wei Sheng <[email protected]>
  • Loading branch information
ws-intel committed Feb 21, 2023
1 parent 1e32682 commit 0ee32cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ For prior version, please refer to the tag commit message. Sorry guys.

## [0.9.4] - 2023-1-17
- I225 Fix packet routing for AF_PACKET TBS

## [0.9.5] - 2023-2-21
- Remove 5 second interval in napi switch on/off to avoid
extra latency.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -a # enable variable export
RUNSH_DEBUG_MODE="YES"
RUNSH_QDISC_DEBUG_MODE="NO"
RUNSH_RESULT_DEBUG_MODE="NO"
TSNREFSW_PACKAGE_VERSION="v0.9.4"
TSNREFSW_PACKAGE_VERSION="v0.9.5"

main() {
#if [ $USER != "root" ]; then
Expand Down

0 comments on commit 0ee32cd

Please sign in to comment.