[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Xen C-state Issues
- To: Elliott Mitchell <ehem+xen@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 23 Aug 2021 09:12:52 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Yu+aqojlU2uDBpz0VWJq++QkoONsKI9eDFOxdYeOFzM=; b=eB6mvZ0o5vNjM9qTXqewQxaXGnx3EkKSELQxXxovhuV8BkhV6WqlZY6Y9/EqpT2r/rKnS8aTH7VHlu945qDu7F0tDqyA+pCPW6nbzlbYnnSxBh06W7KXqIYJMB+sM6esp8s7vsqN6L+8zeQU6P6AN8m1Ot1OTsP7Ok3MrZ0tamytfsjdIruzNVznuCRRSQx2fJccEHraXGVR7Em5fGLZO57g35ST+c8OSrKRJ1rxt5bolxR5rnefU/IsmWeGV5jTbWRvuRgcSWRiuGUBzwsGXJjWZk5ihxCYPihyahgHXwD1RQ3oaTmSU4mHBDKAdykvHQ2iBewVIb60u5gHp7p3TA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=C4qTfxTz7CHU191WlVTo7Div4mz9c4ZuONTGiid/7OnkRCKw1+DDg2lbIQo+FaLJMotIniS5rjSVdfX9VGsxm8YY6MUWnfbznsQPAeAGHVkktFAsb+qdBJN5vJ+U3Q4au/0Pz5iDPOGno4TTsK8vS0hl0Rb+AgMzUs4DsMaYd3/7NhSvWOrAPc4CYOXlNE9poMbjW1wiHSRaq8gOUs+Gmsmc/usEKQz1KQ0oGzVHy3xqTNuh33z7EFhoBG9+HjIMOoo+VfkwVOwXlWlhVcBBsav1/F4w7xmrlAUcN6+dV4ZGQCyot4XJlhdnfVmZtB8eFHIHGuJC4yMfUXrcIzgEPg==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 23 Aug 2021 07:13:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 21.08.2021 18:25, Elliott Mitchell wrote:
> ACPI C-state support might not see too much use, but it does see some.
>
> With Xen 4.11 and Linux kernel 4.19, I found higher C-states only got
> enabled for physical cores for which Domain 0 had a corresponding vCPU.
> On a machine where Domain 0 has 5 vCPUs, but 8 reported cores, the
> additional C-states would only be enabled on cores 0-4.
>
> This can be worked around by giving Domain 0 vCPUs equal to cores, but
> then offlining the extra vCPUs. I'm guessing this is a bug with the
> Linux 4.19 xen_acpi_processor module.
>
>
>
> Appears Xen 4.14 doesn't work at all with Linux kernel 4.19's ACPI
> C-state support. This combination is unable to enable higher C-states
> on any core. Since Xen 4.14 and Linux 4.19 are *both* *presently*
> supported it seems patch(es) are needed somewhere for this combination.
Hmm, having had observed the same quite some time ago, I thought I had
dealt with these problems. Albeit surely not in Xen 4.11 or Linux 4.19.
Any chance you could check up-to-date versions of both Xen and Linux
(together)?
Jan
|