From 8b6502f28685eb6395292470ff28e1ff3271aa32 Mon Sep 17 00:00:00 2001 From: Elena Agostini Date: Fri, 25 Feb 2022 03:12:25 +0000 Subject: [PATCH] doc: add CUDA driver features 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 --- doc/guides/gpus/features/cuda.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/guides/gpus/features/cuda.ini diff --git a/doc/guides/gpus/features/cuda.ini b/doc/guides/gpus/features/cuda.ini new file mode 100644 index 0000000000..9d587eed6e --- /dev/null +++ b/doc/guides/gpus/features/cuda.ini @@ -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 -- 2.39.5