11Solarflare 6.X Linux network driver
22===================================
3- Version: v6_2_0_1000
3+ Version: v6_2_1_1000
44
55
66Overview
6060Installation of the driver can be confirmed by typing:
6161 modinfo sfc | grep version
6262and checking for the line:
63- version: v6_2_0_1000
63+ version: v6_2_1_1000
6464
6565All 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
8181AMD 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
9595Changelog
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:
30983121Copyright
30993122---------
31003123Copyright (C) 2019-2022, Xilinx, Inc.
3101- Copyright (C) 2022-2025 , Advanced Micro Devices, Inc.
3124+ Copyright (C) 2022-2026 , Advanced Micro Devices, Inc.
31023125All rights reserved. Use is subject to license terms.
0 commit comments