From c8e7befcd556cfb372a0a13d8669d1984048a835 Mon Sep 17 00:00:00 2001 From: "Goh, Wei Sheng" Date: Fri, 23 Jun 2023 16:42:03 +0800 Subject: [PATCH] Version update: 0.9.6 Changes List: - 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 Signed-off-by: Goh, Wei Sheng --- CHANGELOG.md | 6 ++++++ run.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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