Re: [PATCH 3/7] vfio: add sdmdev support
From: Kenneth Lee <hidden>
Date: 2018-09-06 08:10:24
Also in:
kvm, linux-doc, linux-iommu, lkml
On Sun, Sep 02, 2018 at 07:11:12PM -0700, Randy Dunlap wrote:
Date: Sun, 2 Sep 2018 19:11:12 -0700 From: Randy Dunlap <redacted> To: Kenneth Lee <redacted>, Jonathan Corbet <corbet@lwn.net>, Herbert Xu [off-list ref], "David S . Miller" [off-list ref], Joerg Roedel [off-list ref], Alex Williamson [off-list ref], Kenneth Lee [off-list ref], Hao Fang [off-list ref], Zhou Wang [off-list ref], Zaibo Xu [off-list ref], Philippe Ombredanne [off-list ref], Greg Kroah-Hartman [off-list ref], Thomas Gleixner [off-list ref], linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, iommu@lists.linux-foundation.org, kvm@vger.kernel.org, linux-accelerators@lists.ozlabs.org, Lu Baolu [off-list ref], Sanjay Kumar [off-list ref] CC: linuxarm@huawei.com Subject: Re: [PATCH 3/7] vfio: add sdmdev support User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Message-ID: [ref] On 09/02/2018 05:52 PM, Kenneth Lee wrote:quoted
diff --git a/drivers/vfio/sdmdev/Kconfig b/drivers/vfio/sdmdev/Kconfig new file mode 100644 index 000000000000..51474272870d --- /dev/null +++ b/drivers/vfio/sdmdev/Kconfig@@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0 +config VFIO_SDMDEV + tristate "Support for Share Domain MDEV" + depends on VFIO_MDEV_DEVICE + help + Support for VFIO Share Domain MDEV, which enables the kernel to + support light weight hardware accelerator framework, WarpDrive.lightweight
Thank you, will fix it.
quoted
+ + To compile this as a module, choose M here: the module will be called + sdmdev.thanks, -- ~Randy
-- -Kenneth(Hisilicon)