[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 00/12] PCI devices passthrough on Arm, part 3
- To: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Thu, 15 Jun 2023 09:39:02 +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=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=V4luQ8/I9W0s4oJd63j1Hy6oyNXVndbEYQGAjRQ3Ga0=; b=Wk14MC09FHsYzE+t1G/Y/EgqqU+HfDT8YdLiVfVOIm7fcRJyAwGuzDuBZhsw8OGsrZNDvWwgIgKWmZEMskYzNfW55WpqyIVq2W5m+wCnmKIdIzbp2tFnr+8781q5xn605qvqFlHWmAbyuWgyRPYH+YGi1e9zDMZKrC+Q027cag2abMU+3hZVt6NTTbBIT7KkrDSycRObNOksBw5edRHBDUpKcC2Bp4wWD2qjAtkHglvAObMj7SwyNCapIhha/W5eLbWmPkzPslg+PPTjip4oTW+W0RYjPD9Da/1whFbS48s7VKLnwFC8iNteKbPbU0smOCY6Fbz8+ADf2LjAgMKgqw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hpWEXB3GFdnCgK7Xdgz5dStPF5Dw75C5IpivAZI9WIt1WcnAMhuFtG1aM1hbD3DhuIOzGN+s47j7cGlQPt9mGj3wgdD0Nx9uSh3UxgGgJjbOAN1cpGy4lLcYS3Pd/KvNO7WqRycYJZObYN6kJHqWmL53Cm1epSPdp1u55xlEd9ODoiEiCxtJgJ2MXliTe68/misBD8k/8ZfHGbzxaqiNM1L4J+8lrBv8WHtP0GbdXjVeOP42Z3GBuvS9Ys8RYyroM874Q/hDqxYKe0DoPF391kHcOn7v0oRaVGdqwL4t34+9sWgC+l2NIcBMEEhDr5/e4kLC2LbIovDd4weBXmxs2Q==
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>
- Delivery-date: Thu, 15 Jun 2023 09:39:26 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHZneJYJeyWMREaaUSf/027X0QuCq+LHuyAgAB+64A=
- Thread-topic: [PATCH v7 00/12] PCI devices passthrough on Arm, part 3
Hi Stewart,
Stewart Hildebrand <stewart.hildebrand@xxxxxxx> writes:
> On 6/13/23 06:32, Volodymyr Babchuk wrote:
>> Hello,
>>
>> This is another another version of vPCI rework (previous one can be
>> found at [1]). The biggest change is how vPCI locking is done. This
>> series uses per-domain vPCI rwlock.
>>
>> Note that this series does not include my work on reference counting
>> for PCI devices because this counting does not resolve isses we are
>> having for vPCI. While it is (maybe) nice to have PCI refcounting, it
>> does not moves us towards PCI on ARM.
>>
>>
>> [1]
>> https://urldefense.com/v3/__https://lore.kernel.org/all/20220204063459.680961-1-andr2000@xxxxxxxxx/__;!!GF_29dbcQIUBPA!0BUqPos1zFKUoPwbKLLwKItNgBVPaBgxmH1Y6zXpms2bngrlWrzB-qMNvIaiAy2WSWMa93UrlvRi0ijYP8X4Ymx07GXYPO1W$
>> [lore[.]kernel[.]org]
>
> Thanks for sending this!
>
> Should this be v8? I see v7 at [2].
Oops, my bad.
> I had to rewind my xen.git back to 67c28bfc5245 for this series to apply
> cleanly (just before ee045f3a4a6d "vpci/header: cope with devices not having
> vpci allocated").
I rebased this series onto staging about two weeks ago. Looks like
there was new changes into the PCI code after that.
Should I send a new, real v8 which is rebased onto current staging, or
we'll wait for review for the current set of patches?
--
WBR, Volodymyr
|