Skip to content

Commit

Permalink
Version update: 0.9.7
Browse files Browse the repository at this point in the history
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 <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Jul 17, 2023
1 parent 7102c5c commit deafd98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9.6"
TSNREFSW_PACKAGE_VERSION="v0.9.7"

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

0 comments on commit deafd98

Please sign in to comment.