Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - N index
The Linux kernel configuration item CONFIG_NET_SCH_PLUG
:
(none)
sch_plug
This queuing discipline allows userspace to plug/unplug a network output queue, using the netlink interface. When it receives an enqueue command it inserts a plug into the outbound queue that causes following packets to enqueue until a dequeue command arrives over netlink, causing the plug to be removed and resuming the normal packet flow.
This module also provides a generic "network output buffering" functionality (aka output commit), wherein upon arrival of a dequeue command, only packets up to the first plug are released for delivery. The Remus HA project uses this module to enable speculative execution of virtual machines by allowing the generated network output to be rolled back if needed.
For more information, please refer to http://wiki.xenproject.org/wiki/Remus
Say Y here if you are using this kernel for Xen dom0 and want to protect Xen guests with Remus.
To compile this code as a module, choose M here: the module will be called sch_plug.
Raw data from LKDDb:
lkddb module sch_plug CONFIG_NET_SCH_PLUG : net/sched/Kconfig : "Plug network traffic until release (PLUG)" # in 3.4–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - N index
Automatically generated (in year 2024). See also LKDDb sources on GitLab