Jaroslav Škarvada
Jaroslav Škarvada
I will also add the `[main]` prefix to the output, because the output should be reusable as a new TuneD profile.
Thanks, for the info. Is it worth fixing upstream? Because IMHO the current Linux Mint is 21.2 and the current version of TuneD is 2.21.0. I wonder whether it's still...
I simplified the API, I dropped the deplug/hotplug methods which could lead to races and inconsistent internal states which is not trivial to handle and added more robust method 'instance_acquire_devices(devices,...
> Thank you for the changes, @yarda . I didn't check out your code (yet), but did some testing and I'm getting the following: > > ``` > struct {...
I tried with the profile from comment 0: ``` $ dbus-send --system --print-reply --dest="com.redhat.tuned" /Tuned com.redhat.tuned.control.instance_acquire_devices string:cpu1 string:cpus_perf method return time=1675729198.283921 sender=:1.30 -> destination=:1.32 serial=7 reply_serial=2 struct { boolean true...
Hi, thanks for the info. Unfortunately, I am not familiar with PPD, could you summarize what is missing on the TuneD side / point to the API description? We could...
NP, I joined the discussion.
Tracker for amd-pstate support: https://issues.redhat.com/browse/RHEL-16469
Tracker for the ACPI platform profile support: https://issues.redhat.com/browse/RHEL-16966
We will provide tuned-ppd RPM subpackage which will include D-Bus daemon that will provide minimal subset of the PPD API - the current PPD API isn't complex, but I expect...