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 D8FA0C83F1E for ; Wed, 30 Aug 2023 19:17:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244934AbjH3TPe (ORCPT ); Wed, 30 Aug 2023 15:15:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242250AbjH3HhY (ORCPT ); Wed, 30 Aug 2023 03:37:24 -0400 Received: from sender4-op-o15.zoho.com (sender4-op-o15.zoho.com [136.143.188.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C938ACC9; Wed, 30 Aug 2023 00:37:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1693380989; cv=none; d=zohomail.com; s=zohoarc; b=Xh+6YYqVFs13LVGx52JUHtqyAYhbtT8LtZhcS/UPImSUToBxnKy388gOpj4B2oIM2dBHiPxKKIMO12FWT7wZoCkf2BFhB87Pjr7/3mhq+Yak2G4KoDYLaS36CAgzpVWQsbV8zeQl+FBEhHzhDfLlOiojeruBqV7T7V3u/c+BiZs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1693380989; h=Content-Type:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=jenJxNPD4sIUE9oxP6Q3NIl26GLGxyIRqGTHEYAup1E=; b=kAGY7pjuGVCOqff8MBzCUCUDmD+rv1Os3tJr3kzxv5KoCMNJYM9PtxZYSXTqLEmJkX3SbwgQnz7TCpMm6G82LJW6XoPvSXBHfAIi2su539vFVD65f1c11qxe4TKTxPcKkk/TcY+bvbZROGcBxzqBmwDnCrVcTPX/fAxrUF3p8+o= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=linux.beauty; spf=pass smtp.mailfrom=me@linux.beauty; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1693380989; s=zmail; d=linux.beauty; i=me@linux.beauty; h=Date:Date:Message-ID:From:From:To:To:Subject:Subject:In-Reply-To:Cc:Cc:References:MIME-Version:Content-Type:Message-Id:Reply-To; bh=jenJxNPD4sIUE9oxP6Q3NIl26GLGxyIRqGTHEYAup1E=; b=mXnEp4LtfrSD1zWIqdrfehZXi5ir+35k+PpJBpxAdHZH56ArwR5xL694kUG2CgPx IawhbSsjBXrPmdUxqHH8pcK7CxVBI1Ud+e93Ly+ugvVU8AYgnH+ieaXN/49rT7msiBM YsU9rFL3RRMwQZSJUsKN/CpAOF0Sb4midiIvPTS0= Received: from lchen-ArchLinux.linux.beauty (180.169.129.130 [180.169.129.130]) by mx.zohomail.com with SMTPS id 1693380987315851.5942332068321; Wed, 30 Aug 2023 00:36:27 -0700 (PDT) Date: Wed, 30 Aug 2023 15:36:05 +0800 Message-ID: <877cpdvv6i.wl-me@linux.beauty> From: Li Chen To: Frank Li Subject: Re: [PATCH 0/3] Add RC-to-EP doorbell with platform MSI controller User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) In-Reply-To: <20230426203436.1277307-1-Frank.Li@nxp.com> (message from Frank Li on Wed, 26 Apr 2023 16:34:33 -0400) Cc: tglx@linutronix.de, aisheng.dong@nxp.com, bhelgaas@google.com, devicetree@vger.kernel.org, festevam@gmail.com, frank.li@nxp.com, imx@lists.linux.dev, jdmason@kudzu.us, kernel@pengutronix.de, kishon@ti.com, krzysztof.kozlowski+dt@linaro.org, kw@linux.com, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, lorenzo.pieralisi@arm.com, lpieralisi@kernel.org, manivannan.sadhasivam@linaro.org, maz@kernel.org, ntb@lists.linux.dev, peng.fan@nxp.com, robh+dt@kernel.org, s.hauer@pengutronix.de, shawnguo@kernel.org References: <20230426203436.1277307-1-Frank.Li@nxp.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Frank, Frank Li writes: > drivers/misc/pci_endpoint_test.c | 41 +++++++++++ > drivers/pci/endpoint/pci-epf-core.c | 109 ++++++++++++++++++++++++++++ > include/linux/pci-epf.h | 16 ++++ > include/uapi/linux/pcitest.h | 1 + > tools/pci/pcitest.c | 16 +++- > 5 files changed, 182 insertions(+), 1 deletion(-) It seems that you forgot to add changes to drivers/pci/endpoint/functions/pci-epf-test.c. Regards, Li