Skip to content

Commit

Permalink
version: 3.40.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Grissik <agrissik@nvidia.com>
  • Loading branch information
AlexanderGrissik committed Aug 8, 2024
1 parent e32833f commit 9c949df
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 3.40.0-1:
Date + Time 2024-08-08
=============================================================
Added:
- RM #3992651 Allow XLIO socket queue to grow for non-zc sends
- RM #3928453 XLIO_PRINT_REPORT prints report unconditionally
- RM #4019192 Always build TCP_OVERSIZE
- RM #4019192 Remove max_tcp_snd_queuelen
- RM #4019192 Refactor oversized pbufs feature
- RM #HPCINFRA-1798 Update code base to clang-format-15

Fixed:
- RM #3502635 Avoid epoll OS polling through internal thread
- RM #3857909 Fix iomux sleep without draining the CQ

Removed:
- RM #3857909 Clean deprecated XLIO_RX_POLL_OS_RATIO XLIO_RX_SKIP_OS
- RM #3857909 Removing DEFINED_FORCE_TX_POLLING
- RM #3928006 Remove unused XLIO_BF

Version 3.31.2-1:
Date + Time 2024-07-15
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
# Update version number here:
#
define([prj_ver_major], 3)
define([prj_ver_minor], 31)
define([prj_ver_revision], 2)
define([prj_ver_minor], 40)
define([prj_ver_revision], 0)
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
* Mon Jul 15 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.31.2-1
- Bump version to 3.31.2
* Thu Aug 8 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.40.0-1
- Bump version to 3.40.0
- Please refer to CHANGES for full changelog.

0 comments on commit 9c949df

Please sign in to comment.