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

[Xen-devel] [PATCH v3 00/14] x86: AMD x2APIC support


  • To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Jan Beulich <JBeulich@xxxxxxxx>
  • Date: Tue, 16 Jul 2019 16:30:15 +0000
  • Accept-language: en-US
  • 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=L4Gp7fWNTXaeSrGCl+wjv31xF/KYNMFYjqKltoOSKC0=; b=fmIG1QBxljT14s2ATXO7jKWaK4ERIeHAlPWXLK5bUCylDXr6o/M8J8TTmZp8xl1jCkOV38TL0Pb3T+BvgdRarCqsAgV3PVCz+1ZpUwdXA6XgionjTIKqotAG+s/VaOFW2F3D41G1F0UVJucT6QXI9G+eLFI++jNvQLKTM16nrTxXTExQItsSL91YTvb802+GaLrVaAGzGEHhqIIi3c3pWbj8MgTkLzApO+qFkVh0vbxk1hituoYLhpxm1KVRWK8MxaZCNo9ogKZAyuaF8WRea24PCa56VHWYsvk/UP2iG/xEFNMmYyBg0F10fyJOF0ZXawCpMY2xwNW5i4v1M2arSQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Yv84C7HklOkfD9IPEh6tjqm3EPbrEs003+rCKMtGg1pcQ6g7SkRhC+2/4AKm0GqqQEpgPXIAKZV5HFRsS5Rk/FBLGhxuzdqfsIMQIDSQTOGcfVvPi9RdRD9Z1qApAOs8YNhx5snFtwhQ3anqEDfoOG0hDdKGJtZHLheTr/R+fg1DM6Dz50wW3Lhs++Xc3CenjNx35eMp8fXAIp8iL2bMrFf7/5KesPZYr51hIRS/kmRxgwTuVQUYimydDYhHBewgbQ3JqnL0z+rPbOVK3N0dKAjG33JKbuDZT+KkM3tOTwOHNwGvvfpAyObmmLsaATJAZBc0FJd6szFvEAZH79YAcA==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=JBeulich@xxxxxxxx;
  • Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Brian Woods <brian.woods@xxxxxxx>, Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>
  • Delivery-date: Tue, 16 Jul 2019 16:30:38 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHVO/O/ZQ7A1jEOCk+lXAlfr+dqKQ==
  • Thread-topic: [PATCH v3 00/14] x86: AMD x2APIC support

Despite the title this is actually all AMD IOMMU side work; all x86
side adjustments have already been carried out.

The first and last patches aren't really x2APIC related, but were found
helpful in the course of the re-work done for this version. The first
one lives in its place for easy backporting.

Note that this series now depends on the v4 "x86: IRQ management
adjustments" one, in particular on at least "x86/IOMMU: don't restrict
IRQ affinities to online CPUs".

See individual patches for changes from v2.

01: free more memory when cleaning up after error
02: use bit field for extended feature register
03: use bit field for control register
04: use bit field for IRTE
05: pass IOMMU to iterate_ivrs_entries() callback
06: pass IOMMU to amd_iommu_alloc_intremap_table()
07: pass IOMMU to {get,free,update}_intremap_entry()
08: introduce 128-bit IRTE non-guest-APIC IRTE format
09: split amd_iommu_init_one()
10: allow enabling with IRQ not yet set up
11: adjust setup of internal interrupt for x2APIC mode
12: enable x2APIC mode when available
13: correct IRTE updating
14: process softirqs while dumping IRTs

Full set of patches once again attached here due to still unresolved
email issues over here.

Jan

Attachment: AMD-IOMMU-free-on-cleanup.patch
Description: AMD-IOMMU-free-on-cleanup.patch

Attachment: AMD-IOMMU-bitfield-ext-feat.patch
Description: AMD-IOMMU-bitfield-ext-feat.patch

Attachment: AMD-IOMMU-bitfield-control.patch
Description: AMD-IOMMU-bitfield-control.patch

Attachment: AMD-IOMMU-bitfield-IRTE.patch
Description: AMD-IOMMU-bitfield-IRTE.patch

Attachment: AMD-IOMMU-iterate_ivrs_entries-IOMMU.patch
Description: AMD-IOMMU-iterate_ivrs_entries-IOMMU.patch

Attachment: AMD-IOMMU-alloc-IRT-IOMMU.patch
Description: AMD-IOMMU-alloc-IRT-IOMMU.patch

Attachment: AMD-IOMMU-get-IRTE-IOMMU.patch
Description: AMD-IOMMU-get-IRTE-IOMMU.patch

Attachment: AMD-IOMMU-128bit-IRTE.patch
Description: AMD-IOMMU-128bit-IRTE.patch

Attachment: AMD-IOMMU-split-init-one.patch
Description: AMD-IOMMU-split-init-one.patch

Attachment: AMD-IOMMU-enable-no-IRQ.patch
Description: AMD-IOMMU-enable-no-IRQ.patch

Attachment: AMD-IOMMU-x2APIC-control.patch
Description: AMD-IOMMU-x2APIC-control.patch

Attachment: AMD-IOMMU-enable-x2APIC.patch
Description: AMD-IOMMU-enable-x2APIC.patch

Attachment: AMD-IOMMU-IRTE-update-ordering.patch
Description: AMD-IOMMU-IRTE-update-ordering.patch

Attachment: AMD-IOMMU-IRT-dump-softirqs.patch
Description: AMD-IOMMU-IRT-dump-softirqs.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.