Skip to content

Commit

Permalink
Update 1.21.4 release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfb8856606 committed Oct 20, 2023
1 parent 1c44a07 commit 78278e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/F-Stack_Release_Note.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

F-Stack is an open source network framework based on DPDK.

2023.10 F-Stack v1.21.4(LTS)

1. F-Stack lib:

- Add vlan_filter argument in config.ini for RSS with vlan.
- Set Rx VLAN filter, and then the dirvier(such as MLX5) will set FLOW RSS to enable L3/L4 RSS below vlan hdr. This action won't need after DPDK-20.11.
- Fix Compile Error with gcc 12.2.0.
- gettimeofday automatically compatible with different glibc versions.
- Add an API ff_get_traffic to get traffic for QoS or other.

2. ff tools:

- Fix Compile Error with gcc 12.2.0.

3. APP:

- gettimeofday automatically compatible with different glibc versions.



2023.09 F-Stack v1.21.3(LTS)

1. F-Stack lib, Sync some features from branch of dev:
Expand Down

0 comments on commit 78278e9

Please sign in to comment.