1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "vDPA drivers"
5 Enable this module to support vDPA device that uses a
6 datapath which complies with virtio specifications with
7 vendor specific control path.
12 tristate "vDPA device simulator core"
13 depends on RUNTIME_TESTING_MENU && HAS_DMA
17 Enable this module to support vDPA device simulators. These devices
18 are used for testing, prototyping and development of vDPA.
21 tristate "vDPA simulator for networking device"
23 select GENERIC_NET_UTILS
25 vDPA networking device simulator which loops TX traffic back to RX.
28 tristate "Intel IFC VF vDPA driver"
31 This kernel module can drive Intel IFC VF NIC to offload
32 virtio dataplane traffic to hardware.
33 To compile this driver as a module, choose M here: the module will
40 Support library for Mellanox VDPA drivers. Provides code that is
41 common for all types of VDPA drivers. The following drivers are planned:
45 tristate "vDPA driver for ConnectX devices"
49 VDPA network driver for ConnectX6 and newer. Provides offloading
50 of virtio net datapath such that descriptors put on the ring will
51 be executed by the hardware. It also supports a variety of stateless
52 offloads depending on the actual device used and firmware version.