Skip to content

Commit 8eeccc7

Browse files
committed
version: 3.60.2
Signed-off-by: Gal Noam <[email protected]>
1 parent 32f3110 commit 8eeccc7

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 3.60.2-1:
2+
Date + Time 2025-09-10
3+
=============================================================
4+
Added:
5+
- RM #4315534 Optimize XLIO for Multithreaded Applications
6+
- RM #4493519 NGINX Dual port support
7+
- RM #4315534 Improve buffer management in the Threads mode
8+
- RM #4624249 Remove deadcode in rx_read_ready_packets
9+
- RM #4610737 Skip Ultra API rings in CQ moderation
10+
- RM #4367367 Handle passthrough in XLIO Ultra API
11+
Fixed:
12+
- RM #4624249 Fix Coverity issues
13+
- RM #4573723 Fix XLIO double init
14+
- RM #4553157 Release RX ready buffers in ~sockinfo_tcp
15+
116
Version 3.60.1-1:
217
Date + Time 2025-08-18
318
=============================================================

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
1414
#
1515
define([prj_ver_major], 3)
1616
define([prj_ver_minor], 60)
17-
define([prj_ver_revision], 1)
17+
define([prj_ver_revision], 2)
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
@@ -190,7 +190,7 @@ fi
190190
%{_mandir}/man8/xlio_stats.*
191191

192192
%changelog
193-
* Mon Aug 18 2025 NVIDIA CORPORATION <[email protected]> 3.60.1-1
194-
- Bump version to 3.60.1
193+
* Wed Sep 10 2025 NVIDIA CORPORATION <[email protected]> 3.60.2-1
194+
- Bump version to 3.60.2
195195
- Please refer to CHANGES for full changelog.
196196

0 commit comments

Comments
 (0)