Tagged articles

Soft Interrupts

4 articles · Page 1 of 1
Refining Core Development Skills
Refining Core Development Skills
May 27, 2021 · Fundamentals

Deep Dive into Linux Localhost Network I/O: Kernel-Level Packet Transmission and Reception on 127.0.0.1

This article provides a comprehensive analysis of the Linux kernel's handling of localhost network I/O, detailing how packets destined for 127.0.0.1 bypass physical network interfaces, traverse the routing table, and utilize the loopback virtual device and soft interrupts for efficient intra-machine communication.

Kernel RoutingLinux kernelLoopback Interface
0 likes · 12 min read
Deep Dive into Linux Localhost Network I/O: Kernel-Level Packet Transmission and Reception on 127.0.0.1
360 Quality & Efficiency
360 Quality & Efficiency
May 17, 2018 · Operations

CPU Monitoring and IRQ Affinity Tuning for Performance Testing

During performance testing, the article explains how high soft‑interrupt CPU usage can be diagnosed via /proc/interrupts, and demonstrates binding network‑card interrupt queues to individual CPU cores using commands and scripts, resulting in balanced CPU load and reduced interrupt overhead.

CPU MonitoringIRQ AffinitySoft Interrupts
0 likes · 3 min read
CPU Monitoring and IRQ Affinity Tuning for Performance Testing