|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Revert "domctl: improve locking during domain destruction"
On 24/03/2020 15:21, Hongyan Xia wrote: From: Hongyan Xia <hongyxia@xxxxxxxxxx> Unfortunately, even though that commit dropped the domctl lock and allowed other domctl to continue, it created severe lock contention within domain destructions themselves. Multiple domain destructions in parallel now spin for the global heap lock when freeing memory and could spend a long time before the next hypercall continuation. In contrast, after dropping that commit, parallel domain destructions will just fail to take the domctl lock, creating a hypercall continuation and backing off immediately, allowing the thread that holds the lock to destroy a domain much more quickly and allowing backed-off threads to process events and irqs. On a 144-core server with 4TiB of memory, destroying 32 guests (each with 4 vcpus and 122GiB memory) simultaneously takes: before the revert: 29 minutes after the revert: 6 minutes This is timed between the first page and the very last page of all 32 guests is released back to the heap. This reverts commit 228ab9992ffb1d8f9d2475f2581e68b2913acb88. Signed-off-by: Hongyan Xia <hongyxia@xxxxxxxxxx> Reviewed-by: Julien Grall <julien@xxxxxxx>
-- Julien Grall
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |