[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] x86/x2apic: use physical destination mode by default
- To: Roger Pau Monne <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 23 Jun 2022 16:49:38 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=emZOfPv2o8SnmYEatwSRAh6YuruhKdKislTpIaOIkMg=; b=VMBw645DwAL9ONZyrIAx9TypYQXak7oWUy1X4TsYUE9C+6YMmiMvXSOjb8FXGlGglEerXE7OpNARMiHWI//VSWrogplx0q8OTQNXrcnxXWXhf9K2EXTr/kj55dxT39zaEpwliDvhRl630mVEKNZPUSrABwPV9Hq9ypxGdm03U7AOtoEVg+wYqIrF8uEoWinosgw9dp8N91M5ufDNIEfOXgvN68Ucu/r+qD37jGCtwDbUZn/NAkBlbWzysCNF3umUm08jyAJyOgBuqOSvwNJ+BIul+Sv9CvloDS5ulvoElTDxVDPrYGWlZGbjyqvZAwW99CxebAj5JcGJ1Y3s5JjmNA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DtipWfEHyWgk80d+tsBEzTHLfG6JzEKrhEZKKwtSV1I3xYU7z2bdRHOuedyKYgYODFG3ZO7rabQoYWdS1DGfJYnbQgztozp6lVvfKavZHL+YB/j2eah5VXdmmjAidSDzkue4SYBrl9nirvL3U/OfIVfbqlQo/h3Rv+gXfQzS+Yp2iGr6PlNhV5tpqmJB/DJL6O09ZOL61PTOP6pKCVPEr1ejZgWW+iaCR56v2NT4SfE4sw0PfTwrrwaotMY7CyDNUcxC5JJgmRo3xQ+0+sITBVnF+bjFKe3T4i5K0at71bsY8sZubIiFkNYrifv0AY/sEYPXczSK563JUc6CFQ/IFA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 23 Jun 2022 14:49:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 23.06.2022 10:24, Roger Pau Monne wrote:
> Using cluster mode by default greatly limits the amount of vectors
> available, as then vector space is shared amongst all the CPUs in the
> logical cluster.
>
> This can lead to vector shortage issues on boxes with not a huge
> amount of CPUs but with a non-trivial amount of devices, there are
> reports of boxes with 32 CPUs (2 logical clusters, and thus only 414
> dynamic vectors) that run out of vectors and fail to setup interrupts
> for dom0.
>
> This could be considered as a regression when switching from xAPIC
> mode, as when using xAPIC only physical mode is supported.
When using more than 8 CPUs.
You also don't mention the downside (higher IPI send effort) at all.
Jan
|