]> git.droids-corp.org - dpdk.git/commitdiff
doc: add CUDA driver features
authorElena Agostini <eagostini@nvidia.com>
Fri, 25 Feb 2022 03:12:25 +0000 (03:12 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 27 Feb 2022 16:45:41 +0000 (17:45 +0100)
The features list were missed when introducing the driver.

Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver")
Cc: stable@dpdk.org
Signed-off-by: Elena Agostini <eagostini@nvidia.com>
doc/guides/gpus/features/cuda.ini [new file with mode: 0644]

diff --git a/doc/guides/gpus/features/cuda.ini b/doc/guides/gpus/features/cuda.ini
new file mode 100644 (file)
index 0000000..9d587ee
--- /dev/null
@@ -0,0 +1,10 @@
+;
+; Supported features of the 'cuda' gpu driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Features]
+Get device info                = Y
+Share CPU memory with device   = Y
+Allocate device memory         = Y
+Free memory                    = Y