]> git.ipfire.org Git - network.git/commitdiff
man: Convert network-performance-tuning(8) to asciidoc
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 20:04:08 +0000 (22:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Mar 2019 12:47:04 +0000 (14:47 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
man/network-performance-tuning.txt [new file with mode: 0644]
man/network-performance-tuning.xml [deleted file]

diff --git a/man/network-performance-tuning.txt b/man/network-performance-tuning.txt
new file mode 100644 (file)
index 0000000..763ee21
--- /dev/null
@@ -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 (file)
index 898f142..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
-       "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-
-<refentry id="network-performance-tuning">
-       <refentryinfo>
-               <title>network-performance-tuning</title>
-               <productname>network</productname>
-
-               <authorgroup>
-                       <author>
-                               <contrib>Developer</contrib>
-                               <firstname>Michael</firstname>
-                               <surname>Tremer</surname>
-                               <email>michael.tremer@ipfire.org</email>
-                       </author>
-               </authorgroup>
-       </refentryinfo>
-
-       <refmeta>
-               <refentrytitle>network-performance-tuning</refentrytitle>
-               <manvolnum>8</manvolnum>
-       </refmeta>
-
-       <refnamediv>
-               <refname>network-performance-tuning</refname>
-               <refpurpose>Network Configuration Control Program</refpurpose>
-       </refnamediv>
-
-       <refsect1>
-               <title>Description</title>
-
-               <para>
-                       This page contains a summary of some performance tuning techniques
-                       that this system is using.
-               </para>
-       </refsect1>
-
-       <refsect2>
-               <title>SMP Affinity</title>
-
-               <para>
-                       This system is automatically using SMP affinity for every physical
-                       network controller, if supported.
-               </para>
-
-               <para>
-                       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.
-               </para>
-
-               <para>
-                       The algorithm is trying to balance all network controllers across
-                       all processors.
-               </para>
-
-               <para>
-                       See /proc/interrups for the distribution of interrupts. 
-               </para>
-       </refsect2>
-
-       <refsect1>
-               <title>See Also</title>
-
-               <para>
-                       <citerefentry>
-                               <refentrytitle>network</refentrytitle>
-                               <manvolnum>8</manvolnum>
-                       </citerefentry>
-               </para>
-       </refsect1>
-</refentry>