diff options
Diffstat (limited to 'src/spdk/dpdk/doc/guides/vdpadevs/features')
-rw-r--r-- | src/spdk/dpdk/doc/guides/vdpadevs/features/default.ini | 50 | ||||
-rw-r--r-- | src/spdk/dpdk/doc/guides/vdpadevs/features/ifcvf.ini | 8 | ||||
-rw-r--r-- | src/spdk/dpdk/doc/guides/vdpadevs/features/mlx5.ini | 27 |
3 files changed, 85 insertions, 0 deletions
diff --git a/src/spdk/dpdk/doc/guides/vdpadevs/features/default.ini b/src/spdk/dpdk/doc/guides/vdpadevs/features/default.ini new file mode 100644 index 000000000..518e4f192 --- /dev/null +++ b/src/spdk/dpdk/doc/guides/vdpadevs/features/default.ini @@ -0,0 +1,50 @@ +; +; Features of a default vDPA driver. +; +; This file defines the features that are valid for inclusion in +; the other driver files and also the order that they appear in +; the features table in the documentation. The feature description +; string should not exceed feature_str_len defined in conf.py. +; +[Features] +csum = +guest csum = +mac = +gso = +guest tso4 = +guest tso6 = +ecn = +ufo = +host tso4 = +host tso6 = +mrg rxbuf = +ctrl vq = +ctrl rx = +any layout = +guest announce = +mq = +version 1 = +log all = +indirect desc = +event idx = +mtu = +in_order = +IOMMU platform = +packed = +proto mq = +proto log shmfd = +proto rarp = +proto reply ack = +proto host notifier = +proto pagefault = +BSD nic_uio = +Linux VFIO = +Other kdrv = +ARMv7 = +ARMv8 = +Power8 = +x86-32 = +x86-64 = +Usage doc = +Design doc = +Perf doc =
\ No newline at end of file diff --git a/src/spdk/dpdk/doc/guides/vdpadevs/features/ifcvf.ini b/src/spdk/dpdk/doc/guides/vdpadevs/features/ifcvf.ini new file mode 100644 index 000000000..ef1fc4711 --- /dev/null +++ b/src/spdk/dpdk/doc/guides/vdpadevs/features/ifcvf.ini @@ -0,0 +1,8 @@ +; +; Supported features of the 'ifcvf' vDPA driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +x86-32 = Y +x86-64 = Y diff --git a/src/spdk/dpdk/doc/guides/vdpadevs/features/mlx5.ini b/src/spdk/dpdk/doc/guides/vdpadevs/features/mlx5.ini new file mode 100644 index 000000000..1da9c1bf7 --- /dev/null +++ b/src/spdk/dpdk/doc/guides/vdpadevs/features/mlx5.ini @@ -0,0 +1,27 @@ +; +; Supported features of the 'mlx5' VDPA driver. +; +; Refer to default.ini for the full list of available driver features. +; +[Features] +csum = Y +guest csum = Y +host tso4 = Y +host tso6 = Y +version 1 = Y +log all = Y +any layout = Y +guest announce = Y +mq = Y +packed = Y +proto mq = Y +proto log shmfd = Y +proto host notifier = Y +Other kdrv = Y +ARMv8 = Y +Power8 = Y +x86-32 = Y +x86-64 = Y +Usage doc = Y +Design doc = Y + |