Skip to content

Commit

Permalink
Version update: 0.8.30
Browse files Browse the repository at this point in the history
Changes List:
- ADL-N support for SKU5 that only has 2 cores
- Change default gPTP settings for ADL-N to TI-PHY
- Change default gPTP settings for RPL-P to TI-PHY
- Change systemctl try-reload-or-restart to restart

Signed-off-by: Goh Wei Sheng <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Sep 28, 2022
1 parent 250a46c commit 4eac996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ For prior version, please refer to the tag commit message. Sorry guys.
- Update TODO.md
- Code refactoring on napi deferral's part to increase performance
(smaller latency) for each difference kernels

## [0.8.30] - 2022-09-28
- ADL-N support for SKU5 that only has 2 cores
- Change default gPTP settings for ADL-N to TI-PHY
- Change default gPTP settings for RPL-P to TI-PHY
- Change systemctl try-reload-or-restart to restart
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.29"
TSNREFSW_PACKAGE_VERSION="v0.8.30"

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

0 comments on commit 4eac996

Please sign in to comment.