To enable the gpudev rte_gpu_mem_cpu_map feature to expose GPU memory to the CPU, the GPU CUDA driver library needs the GDRCopy library and driver. If DPDK is built without GDRCopy, the GPU CUDA driver returns error if the is invoked rte_gpu_mem_cpu_map. All the others GPU CUDA driver functionalities are not affected by the absence of GDRCopy, thus this is an optional functionality that can be enabled in the GPU CUDA driver. CUDA driver documentation has been updated accordingly. Signed-off-by: Elena Agostini <eagostini@nvidia.com>
16 lines
501 B
INI
16 lines
501 B
INI
;
|
|
; Features of GPU drivers.
|
|
;
|
|
; This file defines the features that are valid for inclusion in
|
|
; the other driver files and also the order that they appear in
|
|
; the features table in the documentation. The feature description
|
|
; string should not exceed feature_str_len defined in conf.py.
|
|
;
|
|
[Features]
|
|
Get device info =
|
|
Share CPU memory with device =
|
|
Allocate device memory =
|
|
Free memory =
|
|
CPU map device memory =
|
|
CPU unmap device memory =
|