Skip to content

Commit deafd98

Browse files
committed
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 <[email protected]>
1 parent 7102c5c commit deafd98

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ For prior version, please refer to the tag commit message. Sorry guys.
8989
- Update deprecated pthread function in TXRX-AFXDP test script
9090
- Update deprecated bpf_xdp function in TXRX-AFXDP test script
9191
- Refactor xdp cleanup routine
92+
93+
## [0.9.7] - 2023-7-17
94+
- Refactor AF_XDP execution flow to support on kernel 6.* and above
95+
- Fix syntax error in build.sh for Ubuntu
96+
- Introduce new package installer
97+
- Update README.md
98+
- Add an exception handler for binary file checking

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -a # enable variable export
3434
RUNSH_DEBUG_MODE="YES"
3535
RUNSH_QDISC_DEBUG_MODE="NO"
3636
RUNSH_RESULT_DEBUG_MODE="NO"
37-
TSNREFSW_PACKAGE_VERSION="v0.9.6"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.7"
3838

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

0 commit comments

Comments
 (0)