diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdf45e..579369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,3 +83,9 @@ For prior version, please refer to the tag commit message. Sorry guys. ## [0.9.5] - 2023-2-21 - Remove 5 second interval in napi switch on/off to avoid extra latency. + +## [0.9.6] - 2023-6-23 +- ADL-N support on SKU5 that only has 2 cores for i225 +- Update deprecated pthread function in TXRX-AFXDP test script +- Update deprecated bpf_xdp function in TXRX-AFXDP test script +- Refactor xdp cleanup routine diff --git a/run.sh b/run.sh index c9988cf..ccb735f 100755 --- a/run.sh +++ b/run.sh @@ -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.5" +TSNREFSW_PACKAGE_VERSION="v0.9.6" main() { #if [ $USER != "root" ]; then