Skip to content

Commit 2832f14

Browse files
committed
version: 3.50.0
Signed-off-by: Gal Noam <[email protected]>
1 parent 9e0105d commit 2832f14

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 3.50.0-1:
2+
Date + Time 2025-02-04
3+
=============================================================
4+
Added:
5+
- RM #4203242 dump wqe to log in case of ecqe
6+
- RM #4232341 Align vNext copyrights to 2025
7+
- RM #3782717 Improve XLIO Fairness for NGINX High Concurrency
8+
- RM #3884801 Check for resident hugepages to avoid SIGBUS
9+
- RM #4124248 Don't update consumer index in CQ
10+
11+
Fixed:
12+
- RM #4183221 propagate socket errors
13+
- RM #4023262 Handle IP conflicts between multiple interfaces
14+
- RM #3914075 CQ Moderation with small payloads
15+
- RM #4039879 Handling partial read packets when clearing RX buffer
16+
- RM #4154286 Fix print report logic
17+
118
Version 3.40.2-1:
219
Date + Time 2024-10-07
320
=============================================================

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl===-----------------------------------------------------------------------===
1313
# Update version number here:
1414
#
1515
define([prj_ver_major], 3)
16-
define([prj_ver_minor], 40)
17-
define([prj_ver_revision], 2)
16+
define([prj_ver_minor], 50)
17+
define([prj_ver_revision], 0)
1818
define([prj_ver_release], esyscmd([echo ${PRJ_RELEASE:=0}]))
1919

2020

contrib/scripts/libxlio.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fi
189189
%{_mandir}/man8/xlio_stats.*
190190

191191
%changelog
192-
* Mon Oct 7 2024 NVIDIA CORPORATION <[email protected]> 3.40.2-1
193-
- Bump version to 3.40.2
192+
* Tue Feb 4 2025 NVIDIA CORPORATION <[email protected]> 3.50.0-1
193+
- Bump version to 3.50.0
194194
- Please refer to CHANGES for full changelog.
195195

0 commit comments

Comments
 (0)