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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FC1DC47089 for ; Wed, 7 Dec 2022 07:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229822AbiLGHn4 (ORCPT ); Wed, 7 Dec 2022 02:43:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229812AbiLGHny (ORCPT ); Wed, 7 Dec 2022 02:43:54 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B0202AE0; Tue, 6 Dec 2022 23:43:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Xo+BLb2JS7fOXM8liyCnCOcGBhHYcrzFV4Ex4WwEERc=; b=v9A1DfRlD5TiNLtWDRXF+Knm/N jSTXdq4l2PUGJm8b3038Beq4PCYlXJ84qv7cm1Gs70opVZoWbbEUXdkpYZq4vFxQdEUKH6C/ef0zL wyIT5yGyhbjQ9d3K3s7FsO47d3JASSkYzySG+8kasnoDlAgXrwcZXW/uzhpfcIg3Sb+E2D0IqIpWY inZR3tQhTziTq77rRgIJ6qZ4Ypl33KxFxxB8S7ihPyAuGmwPXGlRJ10AgJG8XAjJHqUG8QU2LMW0Z O8GJnRHnG24tUkVwEgXV7+KYgt8pUMYFbyM7Pye/Cf32FWogka2qhYxVWM5QeWHIUG1UpvAR28TS3 cKcPty7Q==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p2p5t-00ECz6-CM; Wed, 07 Dec 2022 07:43:53 +0000 Date: Tue, 6 Dec 2022 23:43:53 -0800 From: Christoph Hellwig To: Brett Creeley Cc: kvm@vger.kernel.org, netdev@vger.kernel.org, alex.williamson@redhat.com, cohuck@redhat.com, jgg@nvidia.com, yishaih@nvidia.com, shameerali.kolothum.thodi@huawei.com, kevin.tian@intel.com, shannon.nelson@amd.com, drivers@pensando.io Subject: Re: [RFC PATCH vfio 0/7] pds vfio driver Message-ID: References: <20221207010705.35128-1-brett.creeley@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221207010705.35128-1-brett.creeley@amd.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Dec 06, 2022 at 05:06:58PM -0800, Brett Creeley wrote: > AMD/Pensando already supports a NVMe VF device (1dd8:1006) in the > Distributed Services Card (DSC). This patchset adds the new pds_vfio > driver in order to support NVMe VF live migration. If you want NVMe live migration, please work with the nvme technical working group to standardize it. We will not add support for a gazillion incompatible and probably broken concepts of this.