From deafd9804a7f6a8d2325b8b8c08a99c2f3f1935c Mon Sep 17 00:00:00 2001 From: "Goh, Wei Sheng" Date: Mon, 17 Jul 2023 14:02:11 +0800 Subject: [PATCH] Version update: 0.9.7 Changes List: - Refactor AF_XDP execution flow to support on kernel 6.* and above - Fix syntax error in build.sh for Ubuntu - Introduce new package installer - Update README.md - Add an exception handling for binary file checking Signed-off-by: Goh, Wei Sheng --- CHANGELOG.md | 7 +++++++ run.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579369d..f0735dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,3 +89,10 @@ For prior version, please refer to the tag commit message. Sorry guys. - Update deprecated pthread function in TXRX-AFXDP test script - Update deprecated bpf_xdp function in TXRX-AFXDP test script - Refactor xdp cleanup routine + +## [0.9.7] - 2023-7-17 +- Refactor AF_XDP execution flow to support on kernel 6.* and above +- Fix syntax error in build.sh for Ubuntu +- Introduce new package installer +- Update README.md +- Add an exception handler for binary file checking diff --git a/run.sh b/run.sh index adeb334..aaa226b 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.6" +TSNREFSW_PACKAGE_VERSION="v0.9.7" main() { #if [ $USER != "root" ]; then