Skip to content

Commit 56123d0

Browse files
committed
cleanup: import sfc release notes
1 parent 6091231 commit 56123d0

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

src/onload/distfiles/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,4 +2925,4 @@ openonload-20090409.1
29252925
- Performance improvement for UDP recv() when spinning is enabled.
29262926

29272927

2928-
(c) Copyright 2009-2024 Advanced Micro Devices, Inc.
2928+
(c) Copyright 2009-2026 Advanced Micro Devices, Inc.

src/onload/distfiles/ReleaseNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ onload_stackdump statistic, except with X3, when behaviour is unchanged. This
219219
is only relevant when MTU exceeds 1500.
220220

221221

222-
(c) Copyright 2025 Advanced Micro Devices, Inc.
222+
(c) Copyright 2025,2026 Advanced Micro Devices, Inc.

src/onload/distfiles/ReleaseNotes-sfc

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Solarflare 6.X Linux network driver
22
===================================
3-
Version: v6_2_0_1000
3+
Version: v6_2_1_1000
44

55

66
Overview
@@ -60,7 +60,7 @@ kernel
6060
Installation of the driver can be confirmed by typing:
6161
modinfo sfc | grep version
6262
and checking for the line:
63-
version: v6_2_0_1000
63+
version: v6_2_1_1000
6464

6565
All network interfaces available on the system can be found with:
6666
ifconfig -a
@@ -75,7 +75,7 @@ This driver package is supported on:
7575
- RedHat Enterprise Linux 10.0
7676
- Canonical Ubuntu Server LTS 22.04, 24.04
7777
- Debian 12 "Bookworm" 12.0
78-
- Kernel.org linux kernels 5.1 to 6.13
78+
- Kernel.org linux kernels 5.1 to 6.15
7979

8080

8181
AMD aims to support the current and previous major release of each
@@ -94,6 +94,29 @@ Please contact your local AMD support representative or email
9494

9595
Changelog
9696
---------
97+
### v6_2_1_1000
98+
SWNETLINUX-5804
99+
~ Add 'exp_*' counters for the X4 Express datapath to the ethtool -S output.
100+
101+
X4-7141
102+
~ The maximum number of RSS channels has been changed to 128, ensuring better
103+
compatibility and performance.
104+
105+
X4-7170
106+
~ Improved Built-In Self-Test (BIST) processing for X4, so adapter is left in
107+
an operational state after the self-test.
108+
109+
X4-6998
110+
~ Improvements to clock comparison between adapter and host time e.g. for
111+
sys_offset_precise.
112+
113+
SWNETLINUX-5656
114+
~ Addressed IOMMU errors while RX buffer page sharing is enabled, by skipping
115+
page recycling when jumbo packets are discarded.
116+
~ Re-introduce RX buffer page sharing as the default behavior. Users now have
117+
control over this functionality via a new module parameter
118+
"rx_buf_page_sharing".
119+
97120
### v6_2_0_1000
98121
[General changes]
99122
~ Fixed various kernel compatibility issues.
@@ -3098,5 +3121,5 @@ Issue 50868:
30983121
Copyright
30993122
---------
31003123
Copyright (C) 2019-2022, Xilinx, Inc.
3101-
Copyright (C) 2022-2025, Advanced Micro Devices, Inc.
3124+
Copyright (C) 2022-2026, Advanced Micro Devices, Inc.
31023125
All rights reserved. Use is subject to license terms.

0 commit comments

Comments
 (0)