[PATCH v7 1/1] gpu/cuda: introduce CUDA driver

Thomas Monjalon thomas at monjalon.net
Tue Nov 16 17:44:31 CET 2021


16/11/2021 17:30, Thomas Monjalon:
> 16/11/2021 23:50, eagostini at nvidia.com:
> > From: Elena Agostini <eagostini at 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 <eagostini at 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.

Did the static/const fixups suggested by Stephen before pushing to the repo.




More information about the dev mailing list