From c4627fab44379c575429a2f03fb290c69e2bc6a1 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 8 Aug 2013 16:34:21 +0200 Subject: [PATCH] Update os/doc/init.txt with affinity information --- os/doc/init.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/os/doc/init.txt b/os/doc/init.txt index e8b3b8307..9c546810b 100644 --- a/os/doc/init.txt +++ b/os/doc/init.txt @@ -252,6 +252,34 @@ any sub configuration can be placed in a separate file specified via the ! +Assigning subsystems to CPUs +============================ + +The assignment of subsystems to CPU nodes consists of two parts, the +definition of the affinity space dimensions as used for the init process, and +the association sub systems with affinity locations (relative to the affinity +space). The affinity space is configured as a sub node of the config node. For +example, the following declaration describes an affinity space of 4x2: + +! +! ... +! +! ... +! + +Subsystems can be constrained to parts of the affinity space using the +'' sub node of a '' entry: + +! +! ... +! +! +! ... +! +! ... +! + + Priority support ================