Re: [PATCH 3/5] vDPA: introduce vDPA bus
From: Randy Dunlap <hidden>
Date: 2020-01-17 04:16:44
Also in:
kvm, lkml, netdev
From: Randy Dunlap <hidden>
Date: 2020-01-17 04:16:44
Also in:
kvm, lkml, netdev
On 1/16/20 4:42 AM, Jason Wang wrote:
diff --git a/drivers/virtio/vdpa/Kconfig b/drivers/virtio/vdpa/Kconfig new file mode 100644 index 000000000000..3032727b4d98 --- /dev/null +++ b/drivers/virtio/vdpa/Kconfig@@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only +config VDPA + tristate + default n + help + Enable this module to support vDPA device that uses a
devices
+ datapath which complies with virtio specifications with + vendor specific control path. +
Use tab + 2 spaces for Kconfig indentation. -- ~Randy