Re: [PATCH v2 5/5] eni_vdpa: add vDPA driver for Alibaba ENI

From: Randy Dunlap
Date: Tue Sep 14 2021 - 18:35:43 EST


On 9/14/21 5:24 AM, Wu Zongyong wrote:
diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig
index 3d91982d8371..9587b9177b05 100644
--- a/drivers/vdpa/Kconfig
+++ b/drivers/vdpa/Kconfig
@@ -78,4 +78,12 @@ config VP_VDPA
help
This kernel module bridges virtio PCI device to vDPA bus.
+config ALIBABA_ENI_VDPA
+ tristate "vDPA driver for Alibaba ENI"
+ select VIRTIO_PCI_LEGACY_LIB
+ depends on PCI_MSI
+ help
+ VDPA driver for Alibaba ENI(Elastic Network Interface) which is build upon

ENI (Elastic built upon the

+ virtio 0.9.5 specification.
+
endif # VDPA


--
~Randy