Skip to content

Commit

Permalink
version: 3.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Jul 15, 2024
1 parent c9f0779 commit d20758e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
Version 3.31.2-1:
Date + Time 2024-07-15
=============================================================
Added:
- RM #3925885 Adjusting XLIO default allocation logic
- RM #3807308 Add Ring TSO statistics

Fixed:
- RM #3958757 Change error message to warning when reading FS files
- RM #3848340 HPCINFRA-1734 Coverity: upgrade to v2023.12
- RM #3964910 Align ring size to cache line
- RM #3976537 Avoid TX polling in XLIO Socket flush
- RM #3976537 Remove leftover closed socket from the dirty list
- RM #3949975 Fix -Wtemplate-id-cdtor in xlio_list
- RM #3777769 Fix No traffic with VLAN tagged packets
- RM #3981627 Print early logs to stderr
- RM #3784248 Nginx UDP reuseport for IPv6
- RM #3976544 Don't close epfd for event_handler_manager_local

Version 3.31.1-1:
Date + Time 2024-06-18
=============================================================
Added:
- RM #3947680 Improve performance of StorageAPI
- RM #3947690 Improve stability of storage API:wq
- RM #3947690 Improve stability of storage API

Fixed:
- RM #3933912 high CPU usage impacting the connections establishment
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([prj_ver_major], 3)
define([prj_ver_minor], 31)
define([prj_ver_revision], 1)
define([prj_ver_revision], 2)
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))


Expand Down
4 changes: 2 additions & 2 deletions contrib/scripts/libxlio.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fi
%{_mandir}/man8/xlio_stats.*

%changelog
* Tue Jun 18 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.31.1-1
- Bump version to 3.31.1
* Mon Jul 15 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.31.2-1
- Bump version to 3.31.2
- Please refer to CHANGES for full changelog.

0 comments on commit d20758e

Please sign in to comment.