Re: [PATCH v2 1/3] gpudev: mem alloc aligned memory

2022-01-21 Thread Thomas Monjalon
08/01/2022 01:20, eagost...@nvidia.com: > From: Elena Agostini > > Similarly to rte_malloc, rte_gpu_mem_alloc accept as > input the memory alignment size. > > GPU driver should return GPU memory address aligned > with the input value. > > Changelog: > - rte_gpu_mem_alloc parameters order > > S

[PATCH v2 1/3] gpudev: mem alloc aligned memory

2022-01-07 Thread eagostini
From: Elena Agostini Similarly to rte_malloc, rte_gpu_mem_alloc accept as input the memory alignment size. GPU driver should return GPU memory address aligned with the input value. Changelog: - rte_gpu_mem_alloc parameters order Signed-off-by: Elena Agostini --- lib/gpudev/gpudev.c|