27/01/2022 04:50, eagost...@nvidia.com: > From: Elena Agostini <eagost...@nvidia.com> > > Enable the possibility to expose a GPU memory area and make it > accessible from the CPU. > > GPU memory has to be allocated via rte_gpu_mem_alloc(). > > This patch allows the gpudev library to map (and unmap), > through the GPU driver, a chunk of GPU memory and to return > a memory pointer usable by the CPU to access the GPU memory area. > > Signed-off-by: Elena Agostini <eagost...@nvidia.com>
Squashed and applied, thanks.