Skip to content

Commit e5395fa

Browse files
version: 3.60.1
Signed-off-by: Alexander Grissik <[email protected]>
1 parent 358086a commit e5395fa

File tree

3 files changed

+48
-4
lines changed

3 files changed

+48
-4
lines changed

CHANGES

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
Version 3.60.1-1:
2+
Date + Time 2025-08-18
3+
=============================================================
4+
Added:
5+
- RM #4367367 XLIO Ultra API Stabilization
6+
- RM #4367367 Add support of listen sockets to XLIO Ultra API
7+
- RM #4207451 Move from env params to config file
8+
- RM #4397660 Add 'AUTO' mode to XLIO_PRINT_REPORT
9+
- RM #4397660 Add CQ rx_drop_counter
10+
- RM #4446408 Add openssl version to the debug logs
11+
Fixed:
12+
- RM #4424775 Skip kernel setsockopt() for TCP_ULP
13+
- RM #4551503 Fix HW tls counters
14+
- RM #4424629 Suppress duplicate IP warning for link-local IPv6
15+
- RM #4503824 Fix UDP RX Offload socket stats
16+
- RM #4409248 Fix RoCE LAG warning
17+
- RM #4532810 Fix PCB last_unacked in SYN_SENT state
18+
- RM #4502938 Fixing TLS RX ZC buffer tcp_tx_pbuf_alloc
19+
- RM #4415379 TLS RX offload encryption fix
20+
- RM #4238452 Fixing RX interrupt event handling
21+
- RM #4238452 Fixing blocking TCP rx_wait_helper deadlock
22+
- RM #4213201 Remove memset for the next hot WQE
23+
- RM #4397660 Fix reading flow_tag from CQE
24+
- RM #4043235 TCP_USER_TIMER wrong RTO behavior
25+
- RM #4347777 Replace thread-local dummy lock
26+
- RM #4297240 Disable retransmission timer
27+
- RM #4379306 Remove reduandant lock
28+
- RM #4479538 Release pipeline is broken
29+
- RM #4432537 Replace linux list with BSD list
30+
Removed:
31+
- RM #3886011 Removing ring_tap support
32+
- RM #3886011 Removing internal thread arm CQ
33+
- RM #3886011 Removing SO_XLIO_ISOLATE
34+
- RM #3886011 Removing TCP control thread mode
35+
- RM #3886011 Removing dummy message support
36+
- RM #3886011 Removing XLIO extra ioctl API
37+
- RM #3886011 Removing limited POSIX ZC TX
38+
- RM #3886011 Removing TX ZC with mkey
39+
- RM #3886011 Removing NVME TX CRC Offload
40+
- RM #3886011 Removing RX Zero Copy API
41+
- RM #3886011 Removing Socketxtreme API
42+
- RM #3886011 Removing TCP RX callback API
43+
- RM #4262473 Deprecate XLIO_SELECT_POLL_OS_FORCE
44+
145
Version 3.50.3-1:
246
Date + Time 2025-03-26
347
=============================================================

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], 50)
17-
define([prj_ver_revision], 3)
16+
define([prj_ver_minor], 60)
17+
define([prj_ver_revision], 1)
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-
* Tue Mar 26 2025 NVIDIA CORPORATION <[email protected]> 3.50.3-1
194-
- Bump version to 3.50.3
193+
* Mon Aug 18 2025 NVIDIA CORPORATION <[email protected]> 3.60.1-1
194+
- Bump version to 3.60.1
195195
- Please refer to CHANGES for full changelog.
196196

0 commit comments

Comments
 (0)