From patchwork Sat Dec 17 06:32:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: liulongfang X-Patchwork-Id: 3057 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:e747:0:0:0:0:0 with SMTP id c7csp1380111wrn; Fri, 16 Dec 2022 22:35:04 -0800 (PST) X-Google-Smtp-Source: AA0mqf7vuVWjoBQPOATFynw+l8YPDTKhrOQX5KWa6KL+rFKE3HjI5eLuGYu975jFTUzBh+3OWGFx X-Received: by 2002:a17:906:7f92:b0:7c0:cd95:bbb7 with SMTP id f18-20020a1709067f9200b007c0cd95bbb7mr29643258ejr.77.1671258904420; Fri, 16 Dec 2022 22:35:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1671258904; cv=none; d=google.com; s=arc-20160816; b=PHHxI2DtD0bViiXFqw6UET5ZiNyg8T7rUEBTfbexpRsaNb1zR4tIHO4s6/NihdjazM DjIxbFSizQk8G0QYN/KIvsLMxNWPAHznIL+Pf4vWs1t6+o1x8w7xzfJu6lp1VGHiuidZ 8hfbIBS6uFwAb0KoNKeE+cNigZoj4AjQwaodZCmWjM3ifUP4KkpADyGGK+FV2D4TBGCJ 5QPtlM1INmShdBJkhBwJLUKJAN9JbLOdT4fD0Q2EWD81oiSyaD5WkIClXHYlj69/AkqX COvE910HKdgTYubQyzgBMBPaohTsO/5CuGO+UYCqr43jgXS8KII9Iii+vIPsG7tnc01r K34w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=VeioGb/FreaWK5kpQmdX85YM8kRtE1wvaagfMBVCwn4=; b=0mbX0xEE8LXqW/AmKrR6nBiVNmUAo59DXY62ZQtzNv6gkvRIkAc/rW9KiCNWYZpSND h+7CKNjssdalytGvGzyGzmEFV1RN0+ja8AOh0+rX006utrtMjfZKOvIhWn9GlnyPDset DNhH573/0/y1FU+8w5jA1XT4UwD5EAYKasbyLd9vaEOcvrjGRKmibFMXrLSKDU4WnUCk JS0uuzUmQUmo76k5z80bXt2DEsCv2VqGZ0ucEM41kNQ0kia5FL1x16NeNMj09ecMXleL jX3x7MZo46Osn+9xcspmMfTjSChbyyTLHyw74P4ZFNHJIydsnypVtGK7t+NHBuRAmBp9 WidA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id sd19-20020a1709076e1300b007d8acbd5717si1485752ejc.439.2022.12.16.22.34.41; Fri, 16 Dec 2022 22:35:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229841AbiLQGeO (ORCPT + 99 others); Sat, 17 Dec 2022 01:34:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229789AbiLQGeK (ORCPT ); Sat, 17 Dec 2022 01:34:10 -0500 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CF0222BF8 for ; Fri, 16 Dec 2022 22:34:06 -0800 (PST) Received: from kwepemm600005.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NYx3t3L4CzRq7C; Sat, 17 Dec 2022 14:32:58 +0800 (CST) Received: from huawei.com (10.67.164.66) by kwepemm600005.china.huawei.com (7.193.23.191) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Sat, 17 Dec 2022 14:34:03 +0800 From: Longfang Liu To: , , , CC: , , , Subject: [PATCH v5 0/5] add debugfs to migration driver Date: Sat, 17 Dec 2022 14:32:43 +0800 Message-ID: <20221217063248.6735-1-liulongfang@huawei.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 X-Originating-IP: [10.67.164.66] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemm600005.china.huawei.com (7.193.23.191) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1752441977043470613?= X-GMAIL-MSGID: =?utf-8?q?1752441977043470613?= Add a debugfs function to the migration driver in VFIO to provide a step-by-step test function for the migration driver. When the execution of live migration fails, the user can view the status and data during the migration process separately from the source and the destination, which is convenient for users to analyze and locate problems. Changes v4 -> v5 Remove the newly added vfio_migration_ops and use seq_printf to optimize the implementation of debugfs. Changes v3 -> v4 Change the migration_debug_operate interface to debug_root file. Changes v2 -> v3 Extend the debugfs function from hisilicon device to vfio. Changes v1 -> v2 Change the registration method of root_debugfs to register with module initialization. Longfang Liu (5): vfio/migration: Add debugfs to live migration driver hisi_acc_vfio_pci: extract public functions for container_of hisi_acc_vfio_pci: register debugfs for hisilicon migration driver Documentation: add debugfs description for hisi_acc_vfio_pci vfio: update live migration device status .../ABI/testing/debugfs-hisi-migration | 32 ++ drivers/vfio/pci/Makefile | 4 + .../vfio/pci/hisilicon/hisi_acc_vfio_pci.c | 300 +++++++++++++++++- .../vfio/pci/hisilicon/hisi_acc_vfio_pci.h | 11 + drivers/vfio/pci/mlx5/main.c | 3 + drivers/vfio/pci/vfio_pci_core.c | 3 + drivers/vfio/pci/vfio_pci_debugfs.c | 76 +++++ drivers/vfio/pci/vfio_pci_debugfs.h | 30 ++ include/linux/vfio.h | 6 + 9 files changed, 455 insertions(+), 10 deletions(-) create mode 100644 Documentation/ABI/testing/debugfs-hisi-migration create mode 100644 drivers/vfio/pci/vfio_pci_debugfs.c create mode 100644 drivers/vfio/pci/vfio_pci_debugfs.h