Re: [PATCH] app/test-gpudev: use GPU ptr to CPU unmap

2022-02-22 Thread Thomas Monjalon
22/02/2022 00:00, eagost...@nvidia.com: > From: Elena Agostini > > Use rte_gpu_mem_cpu_map with the GPU memory > pointer. > > Signed-off-by: Elena Agostini > --- > app/test-gpudev/main.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Squashed with gpudev API update.

[PATCH] app/test-gpudev: use GPU ptr to CPU unmap

2022-02-21 Thread eagostini
From: Elena Agostini Use rte_gpu_mem_cpu_map with the GPU memory pointer. Signed-off-by: Elena Agostini --- app/test-gpudev/main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/test-gpudev/main.c b/app/test-gpudev/main.c index 417f2d78b7..d4b8b8971d 100644 ---