惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

Phoronix

KDE Linux Prunes Its Insecure & Unused Software Linux 7.1-rc6 To Support The ASUS ROG RAIKIRI II & Nova 2 Lite Controllers Linux Might Finally Disable The Microsoft RNDIS Protocol Drivers In 2026 Wine-Staging 11.10 Fixes 14 Year Old Bug, Also Fixes Issue Of Some Games Being Too Dark Servo 0.2 Released With Revamped Android Browser UI Zrythm 2.0 Alpha Released For Rewriting The Digital Audio Workstation In C++ & Qt/QML Linux 7.1-rc6 To Hide The Documentation On "clearcpuid" Feature AV2 v1.0 Specification Released For Next-Gen Video Coding Various USB Quirks Merged Ahead Of Linux 7.1-rc6 Rust Coreutils 0.9 Released With Additional Security Hardening, Zero-Copy I/O NixOS 26.05 Released With 20,442 New Packages, Stage 1 Now Based On systemd By Default AMD Submits More Graphics Driver Changes For Linux 7.2 AMD Expands The Range Of Zen 6 CPUs Detected By The Linux Kernel G7 Agrees On Shared Language Around Open-Source AI, Open Weights AI GNOME Circle Takes Stand Against AI Slop, Resources App Makes It Into GNOME Incubator Plasma 6.6, 6.7 & 6.8 See Plenty Of Bug Fixing This Week Genode OS 26.05 Released, Finishes Moving From GitHub To Codeberg SteamOS 3.8.6 Beta Released With Initial Native Support For AMD HDMI VRR Ubuntu 26.10 Snapshot 1 Released For Testing Wine 11.10 Released With VKD3D 2.0, Improved VBScript Compatibility Fwupd 2.1.4 Brings Many Fixes For Bugs Spotted By Anthrophic's Mythos, Firmware Update Support For Intel Arc Pro B65/B70 AMD ROCm 7.2.4 Released With Performance & Stability Fixes CachyOS Delivers Lead Over Arch Linux, Pop!_OS & Ubuntu On System76 Thelio Major Linux Networking Still Seeing "Significantly Bigger" Pull Requests Due To AI Btrfs Change Coming For Linux 7.2 Yields Very Healthy Performance Gain Intel To Support DRM Background Color Property With Linux 7.2 Fedora 45 Considering Use Of PURL Metadata For Uniquely Identifying Software Packages Linux 7.2 To Bring Graphics Driver Fix For Old Integrated Graphics On Intel Sandy Bridge Radeon Software For Linux 26.12 Brings Ubuntu 26.04 Support Intel Sends Out Revised Linux Patches For Directed Package Thermal Interrupts
Linux 7.2 Showing Some Unexpected & Nice Performance Gain...
Written by Michael Larabel in Linux Kernel on 23 June 2026 at 12 · 2026-06-23 · via Phoronix

LINUX KERNEL

While the Linux 7.2 merge window doesn't wrap up until this weekend as the feature cut-off for new material, I have already begun some early benchmarks of the code currently staged for this next version of the Linux kernel. Linux 7.2 already was looking quite exciting with cache aware scheduling and other exciting new features while an unexpected surprise in my early testing this week was seeing some local network/socket performance improvements.

The first system I used for evaluating the early performance of the Linux 7.2 kernel was a server with the new AMD EPYC 8005 "Sorano" series, namely the flagship AMD EPYC 8635P 84 cores / 168 thread Zen 5 processor. Linux 7.2 is looking good on EPYC Sorano and I'll have a complete overview of the kernel's performance soon, along with benchmarks on other hardware, but the unexpected surprise for this initial article was finding the localhost network performance to be nicely improved.

AMD EPYC 8635P server

Again, stay tuned for more thorough Linux 7.2 benchmarks once the merge window is over while for today is a brief dive into some nice networking performance gains that caught me by surprise.

AMD EPYC Sorano Linux 7.2 Benchmarks

With comparing Linux 7.1 stable to Linux 7.2 Git as of 21 June, it was a pleasant surprise seeing some unexpected improvements when testing the localhost performance of this EPYC Sorano server using xfr, the modern Rust-based alternative to iperf3:

xfr benchmark with settings of Server Address: localhost, Protocol: TCP, Threads: 1. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: TCP, Threads: 4. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: TCP, Threads: 16. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: TCP, Threads: 32. Linux 7.2 Git 21 June was the fastest.

The TCP performance was improved very nicely. The UDP performance was unchanged over Linux 7.1.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 1. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 2. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 4. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 8. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 16. Linux 7.2 Git 21 June was the fastest.

xfr benchmark with settings of Server Address: localhost, Protocol: QUIC, Threads: 32. Linux 7.2 Git 21 June was the fastest.

The xfr QUIC test was also showing nice improvements when running on the Linux 7.2 development kernel compared to Linux 7.1 stable. This is great news especially with AMD EPYC 8005 "Sorano" catering to telco, edge computing, cloud storage, and similar environments. It will be interesting to see in the upcoming tests if these improvements carry over similarly on other hardware too.

Sockperf benchmark with settings of Test: Latency Under Load. Linux 7.2 Git 21 June was the fastest.

Outside of xfr, the Sockperf network socket benchmark was showing lower latency too with Linux 7.2.

Stress-NG benchmark with settings of Test: Poll. Linux 7.2 Git 21 June was the fastest.

As a possible explanation for these unexpected improvements in Linux 7.2, when it came to running the stress-ng kernel micro-benchmarks it outed a possible explanation. The poll performance is multiple times faster on Linux 7.2 Git than Linux 7.1 stable.

When going through fs/select.c where poll is implemented within the kernel, for Linux 7.2 there is the adaptation of switching the poll code from free_page() to using the kmalloc() API. That change didn't notice any performance numbers but did indicate using the kmalloc API would provide better scalability, which is potentially what we are seeing here in these benchmarks. This is a generic improvement and nothing AMD or EPYC specific, so we should see gains on other hardware as well.

CPU Power Consumption Monitoring Overview benchmark with settings of Accumulated CPU Power Consumption Monitoring.

Also importantly was finding the AMD EPYC 8635P CPU power consumption not any higher on Linux 7.2 with these benchmark wins but in fact slightly lower than Linux 7.1.

In any event, stay tuned for more Linux 7.2 kernel benchmarks once the merge window is over and for now this was the first unexpected surprise so far this week in trying out the new AMD EPYC Sorano on this in-development Linux kernel.