Skip to content

Commit

Permalink
Version update 0.9.8
Browse files Browse the repository at this point in the history
Changes List:
- Add EHL support for TI-PHY
- txrx-tsn: Add extra flush packets in TX thread
- txrx-tsn: Tuning NAPI Deferral to improve performance

Signed-off-by: Goh, Wei Sheng <[email protected]>
  • Loading branch information
ws-intel committed Aug 22, 2023
1 parent a0f5ed0 commit 0048337
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 @@ -96,3 +96,8 @@ For prior version, please refer to the tag commit message. Sorry guys.
- Introduce new package installer
- Update README.md
- Add an exception handler for binary file checking

## [0.9.8] - 2023-8-10
- Add EHL support for TI-PHY
- txrx-tsn: Add extra flush packets in TX thread
- txrx-tsn: Tuning NAPI Deferral to improve performance
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.7"
TSNREFSW_PACKAGE_VERSION="v0.9.8"

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

0 comments on commit 0048337

Please sign in to comment.