1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "vDPA drivers"
6 Enable this module to support vDPA device that uses a
7 datapath which complies with virtio specifications with
8 vendor specific control path.
13 tristate "vDPA device simulator core"
14 depends on RUNTIME_TESTING_MENU && HAS_DMA
19 Enable this module to support vDPA device simulators. These devices
20 are used for testing, prototyping and development of vDPA.
23 tristate "vDPA simulator for networking device"
25 select GENERIC_NET_UTILS
27 vDPA networking device simulator which loops TX traffic back to RX.
30 tristate "vDPA simulator for block device"
33 vDPA block device simulator which terminates IO request in a
37 tristate "VDUSE (vDPA Device in Userspace) support"
38 depends on EVENTFD && MMU && HAS_DMA
43 With VDUSE it is possible to emulate a vDPA Device
44 in a userspace program.
47 tristate "Intel IFC VF vDPA driver"
50 This kernel module can drive Intel IFC VF NIC to offload
51 virtio dataplane traffic to hardware.
52 To compile this driver as a module, choose M here: the module will
59 Support library for Mellanox VDPA drivers. Provides code that is
60 common for all types of VDPA drivers. The following drivers are planned:
64 tristate "vDPA driver for ConnectX devices"
69 VDPA network driver for ConnectX6 and newer. Provides offloading
70 of virtio net datapath such that descriptors put on the ring will
71 be executed by the hardware. It also supports a variety of stateless
72 offloads depending on the actual device used and firmware version.
75 tristate "Virtio PCI bridge vDPA driver"
79 This kernel module bridges virtio PCI device to vDPA bus.
81 config ALIBABA_ENI_VDPA
82 tristate "vDPA driver for Alibaba ENI"
83 select VIRTIO_PCI_LIB_LEGACY
84 depends on PCI_MSI && X86
86 VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
87 virtio 0.9.5 specification.