Skip to content

Commit

Permalink
Version update: 0.9.0
Browse files Browse the repository at this point in the history
Changes List:
- Add support for no_xdp and no_xdp_tbs mode
- Publish data on af_packet when af_xdp is not available in vs1
- Decoupling XDP_TBS related configuration from OPC-UA server code

Signed-off-by: Goh Wei Sheng <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Nov 3, 2022
1 parent 2b45a40 commit 6696b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ For prior version, please refer to the tag commit message. Sorry guys.
- Change default gPTP settings for ADL-N to TI-PHY
- Change default gPTP settings for RPL-P to TI-PHY
- Change systemctl try-reload-or-restart to restart

## [0.9.0] - 2022-11-03
- Add support for no_xdp and no_xdp_tbs mode
- Publish data on af_packet when af_xdp is not available in vs1
- Decoupling XDP_TBS related configuration from OPC-UA server code
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.8.30"
TSNREFSW_PACKAGE_VERSION="v0.9.0"

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

0 comments on commit 6696b71

Please sign in to comment.