genode/repos/os/src/test
Norman Feske 1f4f119b1e Capability quota accounting and trading
This patch mirrors the accounting and trading scheme that Genode employs
for physical memory to the accounting of capability allocations.

Capability quotas must now be explicitly assigned to subsystems by
specifying a 'caps=<amount>' attribute to init's start nodes.
Analogously to RAM quotas, cap quotas can be traded between clients and
servers as part of the session protocol. The capability budget of each
component is maintained by the component's corresponding PD session at
core.

At the current stage, the accounting is applied to RPC capabilities,
signal-context capabilities, and dataspace capabilities. Capabilities
that are dynamically allocated via core's CPU and TRACE service are not
yet covered. Also, the capabilities allocated by resource multiplexers
outside of core (like nitpicker) must be accounted by the respective
servers, which is not covered yet.

If a component runs out of capabilities, core's PD service prints a
warning to the log. To observe the consumption of capabilities per
component in detail, the PD service is equipped with a diagnostic
mode, which can be enabled via the 'diag' attribute in the target
node of init's routing rules. E.g., the following route enables the
diagnostic mode for the PD session of the "timer" component:

  <default-route>
    <service name="PD" unscoped_label="timer">
      <parent diag="yes"/>
    </service>
    ...
  </default-route>

For subsystems based on a sub-init instance, init can be configured
to report the capability-quota information of its subsystems by
adding the attribute 'child_caps="yes"' to init's '<report>'
config node. Init's own capability quota can be reported by adding
the attribute 'init_caps="yes"'.

Fixes #2398
2017-05-31 13:16:06 +02:00
..
audio_out Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
audio_out_click Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
blk base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00
bomb Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
clipboard Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpufreq Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dynamic_config Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
fault_detection Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
fb_bench Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
framebuffer Fix more deprecated warnings 2017-05-02 15:28:55 +02:00
gpio_drv Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
gpio_led os: fix some more deprecated warnings 2017-03-15 14:04:56 +01:00
gpio_signal os: fix some more deprecated warnings 2017-03-15 14:04:56 +01:00
init base: drop session states of vanished clients 2017-05-31 13:15:52 +02:00
input Fix key count in input test 2017-05-02 15:29:02 +02:00
input_filter input_filter.run: stabilize key-repeat test 2017-03-15 12:32:27 +01:00
iso test/iso: remove env deprecated warning 2017-03-24 16:19:54 +01:00
loader Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
nic_loopback Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
nitpicker Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pci Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
ram_fs_chunk Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
report_rom Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
resource_request Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
resource_yield Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
rom_blk Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rtc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sd_card_bench Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
signal base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00
terminal_crosslink Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
terminal_echo Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_join Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timed_semaphore Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timeout Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timer Check Registered base class provides virtual destructor 2017-03-24 16:20:04 +01:00
timer_accuracy Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
trace os: synchronize thread destruction of trace test 2017-03-15 12:32:25 +01:00
uart Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vfs_stress base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
xml_generator Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_node Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00