Re: [PATCH v3 12/13] qemu: iothread: Aggregate code to set IOThread tuning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 05, 2016 at 04:44:48PM +0100, Peter Krempa wrote:
> Rather than iterating 3 times for various settings this function
> aggregates all the code into single place. One of the other advantages
> is that it can then be reused for properly setting IOThread info on
> hotplug.
> ---
>  src/qemu/qemu_cgroup.c  |  93 ---------------------------
>  src/qemu/qemu_cgroup.h  |   1 -
>  src/qemu/qemu_process.c | 165 +++++++++++++++++++++++++++++++++---------------
>  src/qemu/qemu_process.h |   2 +
>  4 files changed, 116 insertions(+), 145 deletions(-)
> 

> @@ -4548,6 +4507,118 @@ qemuProcessSetupVcpus(virDomainObjPtr vm)
> +    if (cpumask) {
> +        if (virProcessSetAffinity(iothread->thread_id, cpumask) < 0)
> +            goto cleanup;
> +    }
> +

This affinity setting was originally also done after moving the thread
to its cgroup...

> +    if (virCgroupHasController(priv->cgroup, VIR_CGROUP_CONTROLLER_CPUSET)) {
> +        if (mem_mask &&
> +            virCgroupSetCpusetMems(cgroup_iothread, mem_mask) < 0)
> +            goto cleanup;
> +
> +        if (cpumask &&
> +            qemuSetupCgroupCpusetCpus(cgroup_iothread, cpumask) < 0)
> +            goto cleanup;
> +    }
> +
> +    if (cgroup_iothread &&
> +        virCgroupAddTask(cgroup_iothread, iothread->thread_id) < 0)
> +        goto cleanup;
> +

... here.

Jan

> +    if (iothread->sched.policy != VIR_PROC_POLICY_NONE &&
> +        virProcessSetScheduler(iothread->thread_id, iothread->sched.policy,
> +                               iothread->sched.priority) < 0)
> +        goto cleanup;
> +

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]