16/11/2021 23:50, eagost...@nvidia.com: > From: Elena Agostini <eagost...@nvidia.com> > > This is the CUDA implementation of the gpudev library. > Functionalities implemented through CUDA Driver API are: > - Device probe and remove > - Manage device memory allocations > - Register/unregister external CPU memory in the device memory area > > Signed-off-by: Elena Agostini <eagost...@nvidia.com> > --- > --- /dev/null > +++ b/drivers/gpu/cuda/version.map > @@ -0,0 +1,3 @@ > +DPDK_21 { > + local: *; > +};
Should be DPDK_22 Applied with some minor fixes, thanks.