|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/2] xen: merge temporary vcpu pinning scenarios
On 24.07.19 12:07, Jan Beulich wrote: On 23.07.2019 20:25, Juergen Gross wrote:Today there are two scenarios which are pinning vcpus temporarily to a single physical cpu: - wait_event() handling - vcpu_pin_override() handling Each of those cases are handled independently today using their own temporary cpumask to save the old affinity settings. The two cases can be combined as the first case will only pin a vcpu to the physical cpu it is already running on, while vcpu_pin_override() is allowed to fail. So merge the two temporary pinning scenarios by only using one cpumask and a per-vcpu bitmask for specifying which of the scenarios is currently active (they are allowed to nest).Hmm, "nest" to me means LIFO-like behavior, but the logic is more relaxed afaict. Okay, will rephrase.
Okay. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |