Skip to content

Commit

Permalink
Version update: 0.9.6
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ws-intel committed Jun 23, 2023
1 parent 5a116de commit c8e7bef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5"
TSNREFSW_PACKAGE_VERSION="v0.9.6"

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

0 comments on commit c8e7bef

Please sign in to comment.