Re: [PATCH v2 2/2] gpudev: use page_size in comm_list creation

2022-03-08 Thread Thomas Monjalon
09/03/2022 00:59, eagost...@nvidia.com: > From: Elena Agostini > > Memory allocated for CPU mapping the status flag > in the communication list should be aligned to the > GPU page size. > > Fixes: 9b8cae4d991e ("gpudev: use CPU mapping in communication list") > Signed-off-by: Elena Agostini Pa

[PATCH v2 2/2] gpudev: use page_size in comm_list creation

2022-03-08 Thread eagostini
From: Elena Agostini Memory allocated for CPU mapping the status flag in the communication list should be aligned to the GPU page size. Fixes: 9b8cae4d991e ("gpudev: use CPU mapping in communication list") Signed-off-by: Elena Agostini --- lib/gpudev/gpudev.c | 9 - 1 file changed, 8 i