From: Elena Agostini Date: Fri, 25 Feb 2022 03:12:25 +0000 (+0000) Subject: doc: add CUDA driver features X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8b6502f28685eb6395292470ff28e1ff3271aa32;p=dpdk.git 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 --- 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