From: Michael Tremer Date: Sun, 30 Sep 2018 20:04:08 +0000 (+0200) Subject: man: Convert network-performance-tuning(8) to asciidoc X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=c20f292770a6423c112b7f96d724bb13c4019d2a man: Convert network-performance-tuning(8) to asciidoc Signed-off-by: Michael Tremer --- diff --git a/man/network-performance-tuning.txt b/man/network-performance-tuning.txt new file mode 100644 index 00000000..763ee21c --- /dev/null +++ b/man/network-performance-tuning.txt @@ -0,0 +1,33 @@ +network-performance-tuning(8) +============================= + +NAME +---- +network-performance-tuning - Performance Tuning for Networking + +DESCRIPTION +----------- +This page contains a summary of some performance tuning techniques +that this system is using. + +=== SMP Affinity + +This system is automatically using SMP affinity for every physical +network controller, if supported. + +A processor core is assigned to handle all interrupts of a certain +network controller which will result in minimising cache misses, +reducing network latency and quite possibly increasing throughput. + +The algorithm is trying to balance all network controllers across +all processors. + +See /proc/interrups for the distribution of interrupts. + +AUTHORS +------- +Michael Tremer + +SEE ALSO +-------- +link:network[8] diff --git a/man/network-performance-tuning.xml b/man/network-performance-tuning.xml deleted file mode 100644 index 898f1421..00000000 --- a/man/network-performance-tuning.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - network-performance-tuning - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-performance-tuning - 8 - - - - network-performance-tuning - Network Configuration Control Program - - - - Description - - - This page contains a summary of some performance tuning techniques - that this system is using. - - - - - SMP Affinity - - - This system is automatically using SMP affinity for every physical - network controller, if supported. - - - - A processor core is assigned to handle all interrupts of a certain - network controller which will result in minimising cache misses, - reducing network latency and quite possibly increasing throughput. - - - - The algorithm is trying to balance all network controllers across - all processors. - - - - See /proc/interrups for the distribution of interrupts. - - - - - See Also - - - - network - 8 - - - -