Re: [PATCH v1] gpu/cuda: set unused gdrcopy functions arguments

2022-03-10 Thread Thomas Monjalon
10/03/2022 01:06, eagost...@nvidia.com: > From: Elena Agostini > > Without enabling gdrcopy, dpdk build has warnings about > unused gdrcopy functions input parameters. As developers we should test with --werror option given to meson, so we don't miss such details. This is what the script devtool

[PATCH v1] gpu/cuda: set unused gdrcopy functions arguments

2022-03-09 Thread eagostini
From: Elena Agostini Without enabling gdrcopy, dpdk build has warnings about unused gdrcopy functions input parameters. This patch set them to __rte_unused . Fixes: 24c7759 ("gpu/cuda: map GPU memory with GDRCopy") Signed-off-by: Elena Agostini --- drivers/gpu/cuda/gdrcopy.c | 4 ++-- 1 file