From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA841C48BE8 for ; Wed, 16 Jun 2021 03:13:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C177B61356 for ; Wed, 16 Jun 2021 03:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229943AbhFPDPZ (ORCPT ); Tue, 15 Jun 2021 23:15:25 -0400 Received: from verein.lst.de ([213.95.11.211]:52116 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229931AbhFPDPY (ORCPT ); Tue, 15 Jun 2021 23:15:24 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 3993968AFE; Wed, 16 Jun 2021 05:13:14 +0200 (CEST) Date: Wed, 16 Jun 2021 05:13:13 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Alex Williamson , Christoph Hellwig , Greg Kroah-Hartman , Kirti Wankhede , David Airlie , Tony Krowiak , Christian Borntraeger , Cornelia Huck , Jonathan Corbet , Daniel Vetter , dri-devel@lists.freedesktop.org, Vasily Gorbik , Heiko Carstens , intel-gfx@lists.freedesktop.org, Jani Nikula , Jason Herne , Joonas Lahtinen , kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-s390@vger.kernel.org, Halil Pasic , "Rafael J. Wysocki" , Rodrigo Vivi Subject: Re: Allow mdev drivers to directly create the vfio_device (v3) Message-ID: <20210616031313.GA24992@lst.de> References: <20210615133519.754763-1-hch@lst.de> <20210615133549.362e5a9e.alex.williamson@redhat.com> <20210615203515.GW1002214@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210615203515.GW1002214@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Tue, Jun 15, 2021 at 05:35:15PM -0300, Jason Gunthorpe wrote: > Yes, the rest of the drivers will get converted eventually too. There > is no reason to hold things back. Depending on timelines we might be > able to get AP into this cycle too... And I have a WIP tree to get rid of the weird indirections in i915/gvt. Once I find some cycles to test that I'll also test the vfio interface conversion. This will probably be for next cycle, though. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D442C49361 for ; Wed, 16 Jun 2021 03:13:21 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 784CC61246 for ; Wed, 16 Jun 2021 03:13:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 784CC61246 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D0C4F89BF1; Wed, 16 Jun 2021 03:13:19 +0000 (UTC) Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8C38989BF1; Wed, 16 Jun 2021 03:13:18 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 3993968AFE; Wed, 16 Jun 2021 05:13:14 +0200 (CEST) Date: Wed, 16 Jun 2021 05:13:13 +0200 From: Christoph Hellwig To: Jason Gunthorpe Message-ID: <20210616031313.GA24992@lst.de> References: <20210615133519.754763-1-hch@lst.de> <20210615133549.362e5a9e.alex.williamson@redhat.com> <20210615203515.GW1002214@nvidia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210615203515.GW1002214@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: [Intel-gfx] Allow mdev drivers to directly create the vfio_device (v3) X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kvm@vger.kernel.org, linux-doc@vger.kernel.org, David Airlie , dri-devel@lists.freedesktop.org, Kirti Wankhede , Christoph Hellwig , linux-s390@vger.kernel.org, Jonathan Corbet , "Rafael J. Wysocki" , Halil Pasic , Christian Borntraeger , intel-gfx@lists.freedesktop.org, Jason Herne , Vasily Gorbik , Heiko Carstens , Tony Krowiak , Greg Kroah-Hartman , Cornelia Huck Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, Jun 15, 2021 at 05:35:15PM -0300, Jason Gunthorpe wrote: > Yes, the rest of the drivers will get converted eventually too. There > is no reason to hold things back. Depending on timelines we might be > able to get AP into this cycle too... And I have a WIP tree to get rid of the weird indirections in i915/gvt. Once I find some cycles to test that I'll also test the vfio interface conversion. This will probably be for next cycle, though. _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx