[PATCH v4 1/2] doc/gpus: add cuda.ini into features

Thomas Monjalon thomas at monjalon.net
Sun Feb 27 17:48:42 CET 2022


25/02/2022 04:12, eagostini at nvidia.com:

    The features list were missed when introducing the driver.
    
    Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver")
    Cc: stable at dpdk.org

> Signed-off-by: Elena Agostini <eagostini at nvidia.com>
> ---
>  doc/guides/gpus/features/cuda.ini | 12 ++++++++++++
>  1 file changed, 12 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..eb1aff9a80
> --- /dev/null
> +++ b/doc/guides/gpus/features/cuda.ini
> @@ -0,0 +1,12 @@
> +;
> +; 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
> +CPU map device memory          = Y
> +CPU unmap device memory        = Y

The last 2 lines will be moved in the next patch implementing the feature.




More information about the dev mailing list