[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/3] IPMMU handling for PCIe Passthrough on ARM
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>
- Date: Thu, 21 Aug 2025 10:33:44 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=Ml/82C11biSbpgv96dW4rOKQGSjknt1q9GvbECagVAg=; b=WFuir+9fRQlFcetE1cg8TvBMNr+2JKcAbYDTAWRRPouQInZf/p/EwM21xdpEQZxBVhitOXECQKmzJvrzHPCUJA1TLBJ60cu3jrs+x9oYQu0phfSNDgfOXkHDaVeKeUyJ5gbIUQzVG8GXSxJ1xp7GILjaZbik3sXojdgRRbnFLLkAyTEij7sPGCStEWdrHg6nVK47BqqQlV5/GtRj7i4DBQHrM9iYqBvrlEDRwW6dUIQ+zoifEZdacv88tUYo4wTnc4LjGk0mCKym0ucNedZoWTeJZYYlBLl3broiv8PNFxIkFxf95yzdWlfHUKQRMyT2LcX84T//fRVPgswZ61f4Wg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=YFZif3VQPHgbZrW+pOGyCQOtKc8bA9RZ7kZtbY97PJz/tZDii30N3Uw4755vwqjFe9KWL2iumSPYMDjnw6xVgp8NoBgn8xqwWho6+3bVEbZryrpgDIaxMU7hysFRa0J+qDejv+7CwijVXJpRnZCi4YpKQB4ci61nDR0l1jA9gAYpAcRRO3Dm7KKelgyXE0t4DmFN0LbThgbFDraRb8WNDx12Uk0akV8VPlOTZhhyg5Kzzs/FWdEzITheleEmR3zuQuou89OK5slkIUXaKEMjDfMlLksuzq6q/QqGCP7OudGaRUMg6X1tm+RrIYMCXgxwm38NTngT+7FGJRR/sa5yoQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 21 Aug 2025 10:33:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcEoWBrXdpekseCUaIjTCf7h1JwrRs6ReA
- Thread-topic: [PATCH v3 0/3] IPMMU handling for PCIe Passthrough on ARM
On 21.08.25 13:22, Jan Beulich wrote:
> On 21.08.2025 12:15, Mykyta Poturai wrote:
>> This series introduces IPMMU handling for PCIe passthrough on ARM. It
>> includes
>> changes to pci-designware, pci-host-rcar and ipmmu-vmsa drivers to enable
>> configuring BDF->OSID->uTLB translation chain needed to pass different PCIe
>> devices to different domains.
>>
>> Tested on RCar S4 Spider board.
>>
>> v2->v3:
>> * see individual patches
>>
>> v1->v2:
>> * see individual patches
>>
>> Mykyta Poturai (2):
>> arm/pci: allow designware-based hosts to have private data
>> pci/rcar: implement OSID configuration for Renesas RCar Gen4 PCIe host
>>
>> Oleksandr Tyshchenko (1):
>> iommu/ipmmu-vmsa: Implement basic PCIE-IPMMU OSID support
>
> These patches went in already, one causing a randconfig issue. What is this
> re-posting about? Are you implying that the entire series is going to be
> reverted? (I really expected an incremental patch to deal with the issue CI
> ran into.)
>
> Jan
Oops sorry, I've got an idea that it was a pre-commit CI job (as the
patches are not yet in the master branch). Please ignore this series, I
will send an incremental patch shortly.
--
Mykyta
|