Adriaan Schmidt
Adriaan Schmidt
For a flexible deployment of realtime applications we need tuning of IRQs and kernel threads that go beyond what TuneD currently offers: * Tuning of individual interrupts: If the realtime...
Need to expand variables before calling the `@command` function. This is actually done for `_execute_all[_non]_device_commands` and `_verify_all_non_device_commands`, but not in `_verify_all_device_commands`. This adds the missing expansion.
Before the `scheduler` plugin, `tuna` was used for CPU isolation. There is a leftover use in the verification of the `realtime` profile. Removing that, the dependency on the `tuna` package,...
Follow-up to https://github.com/redhat-performance/tuned/pull/596#issuecomment-2122983714 There is an inconsistency in when the static tuning of an instance is applied: * Static tuning is only executed at startup (via `instance_apply_tuning`) * If at...
The problem (briefly discussed in https://github.com/redhat-performance/tuned/pull/580#issuecomment-1898287455): * when moving a device from one plugin instance to another (via `instance_aquire_devices`, or during dynamic `instance_create`/`instance_destroy`), tuning of the device is unapplied (settings...
Split off #628 for easier review and discussion. This removes the checks for "is the plugin of type `hotplug.Plugin`" from `instance_create` and `instance_destroy`, while keeping the rest of the code...