]> git.ipfire.org Git - people/ms/network.git/commit - src/functions/functions.util
Implement using Linux's SMP affinity
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Sep 2016 19:14:20 +0000 (21:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Sep 2016 19:14:20 +0000 (21:14 +0200)
commitde72bd9187aab8b27e4931bcd54a2ab6c091b332
tree2e6b6b6e007270e8b61439408a15901f085a78f3
parent4e7d1cdf037fbf9ea6e7b49b7eb69511f46aaf6b
Implement using Linux's SMP affinity

This feature is enabled by default and will distribute
interrupt handling across multiple processors which will
(especially on slower hardware) reduce cache access, decrease
latency and quite possibly increase throughput.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
man/network-performance-tuning.xml [new file with mode: 0644]
man/network.xml
src/functions/functions.device
src/functions/functions.interrupts [new file with mode: 0644]
src/functions/functions.system [new file with mode: 0644]
src/functions/functions.util