Skip to content

Commit cfca981

Browse files
committed
Version update 0.9.9
Changes List: - Update i225 OPCUA-PKT1 mapping - Add eth flowtype proto rx filter to json Signed-off-by: Goh, Wei Sheng <[email protected]>
1 parent c37d274 commit cfca981

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ For prior version, please refer to the tag commit message. Sorry guys.
101101
- Add EHL support for TI-PHY
102102
- txrx-tsn: Add extra flush packets in TX thread
103103
- txrx-tsn: Tuning NAPI Deferral to improve performance
104+
105+
## [0.9.9] - 2023-9-5
106+
- Update i225 OPCUA-PKT1 mapping
107+
- Add eth flowtype proto rx filter to json

run.sh

Lines changed: 1 addition & 1 deletion
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.8"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.9"
3838

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

0 commit comments

Comments
 (0)