]> git.ipfire.org Git - people/ms/network.git/blame - man/network-performance-tuning.txt
man: Fix authorship warnings
[people/ms/network.git] / man / network-performance-tuning.txt
CommitLineData
c20f2927
MT
1network-performance-tuning(8)
2=============================
3
4NAME
5----
6network-performance-tuning - Performance Tuning for Networking
7
8DESCRIPTION
9-----------
10This page contains a summary of some performance tuning techniques
11that this system is using.
12
13=== SMP Affinity
14
15This system is automatically using SMP affinity for every physical
16network controller, if supported.
17
18A processor core is assigned to handle all interrupts of a certain
19network controller which will result in minimising cache misses,
20reducing network latency and quite possibly increasing throughput.
21
22The algorithm is trying to balance all network controllers across
23all processors.
24
25See /proc/interrups for the distribution of interrupts.
26
27AUTHORS
28-------
29Michael Tremer
30
31SEE ALSO
32--------
33link:network[8]