Skip to content

Commit

Permalink
Version update: 0.8.29
Browse files Browse the repository at this point in the history
Changes List:
- Update TODO.md
- Code refactoring on napi deferral's part to increase performance
  (smaller latency) for each difference kernels

Signed-off-by: Goh Wei Sheng <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Sep 2, 2022
1 parent a8629c1 commit a60ebf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ For prior version, please refer to the tag commit message. Sorry guys.
- RPL-P enablement
- Install scrub/filter to the raw data
- Improve logic for manage systemctl restart

## [0.8.29] - 2022-09-02
- Update TODO.md
- Code refactoring on napi deferral's part to increase performance
(smaller latency) for each difference kernels
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.8.28"
TSNREFSW_PACKAGE_VERSION="v0.8.29"

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

0 comments on commit a60ebf8

Please sign in to comment.