Skip to content

Commit

Permalink
version: 3.40.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Noam <gnoam@nvidia.com>
  • Loading branch information
galnoam committed Sep 11, 2024
1 parent 5101a5c commit 5a2c9a5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 3.40.1-1:
Date + Time 2024-09-11
=============================================================
Added:
- RM #4033654 Rotten test folder cleanup
- RM #4034865 XLIO parameters and specs cleanup
- RM #4034844: Manage SPDK/OCI parameters with nvme_bf3 XLIO_SPEC

Fixed:
- RM #4014486 Missing ack for partial TSO segments after retransmission
- RM #4014504 RTO after fast retransmission puts TCP segments in wrong order in unsent list
- RM #3382805 XLIO shows warning: "could not figure out source ip for rtv"
- RM #3594311 Segmentation fault in nginx scenario - unlock_tcp_con
- RM #4043152 Sockperf with multiple IPv6 sockets fails with XLIO warning and an error
- RM #4039462 XLIO crashes on stats with thread_local dummy
- RM #3502635 Instability with Nginx performance results on BF3

Version 3.40.0-1:
Date + Time 2024-08-08
=============================================================
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], 40)
define([prj_ver_revision], 0)
define([prj_ver_revision], 1)
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
* Thu Aug 8 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.40.0-1
- Bump version to 3.40.0
* Wed Sep 11 2024 NVIDIA CORPORATION <networking-support@nvidia.com> 3.40.1-1
- Bump version to 3.40.1
- Please refer to CHANGES for full changelog.

0 comments on commit 5a2c9a5

Please sign in to comment.