patch 'doc: add CUDA driver features' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Tue Mar 1 11:42:53 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/06/22. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/5ac4050f2760e2a5fa2e1348ccfac2d0d556130b

Thanks.

Kevin

---
>From 5ac4050f2760e2a5fa2e1348ccfac2d0d556130b Mon Sep 17 00:00:00 2001
From: Elena Agostini <eagostini at nvidia.com>
Date: Fri, 25 Feb 2022 03:12:25 +0000
Subject: [PATCH] doc: add CUDA driver features

[ upstream commit 8b6502f28685eb6395292470ff28e1ff3271aa32 ]

The features list were missed when introducing the driver.

Fixes: 1306a73b1958 ("gpu/cuda: introduce CUDA driver")

Signed-off-by: Elena Agostini <eagostini at nvidia.com>
---
 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.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-03-01 10:41:04.041533067 +0000
+++ 0097-doc-add-CUDA-driver-features.patch	2022-03-01 10:41:01.482244134 +0000
@@ -1 +1 @@
-From 8b6502f28685eb6395292470ff28e1ff3271aa32 Mon Sep 17 00:00:00 2001
+From 5ac4050f2760e2a5fa2e1348ccfac2d0d556130b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8b6502f28685eb6395292470ff28e1ff3271aa32 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list