Re: [dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver

2021-11-08 Thread Stephen Hemminger
On Mon, 8 Nov 2021 14:07:47 -0800 Stephen Hemminger wrote: > On Mon, 8 Nov 2021 21:20:31 + > Elena Agostini wrote: > > > > From: Stephen Hemminger > > > Date: Monday, 8 November 2021 at 20:02 > > > To: Elena Agostini > > > Cc: dev@dpdk.org

Re: [dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver

2021-11-08 Thread Stephen Hemminger
On Mon, 8 Nov 2021 21:20:31 + Elena Agostini wrote: > > From: Stephen Hemminger > > Date: Monday, 8 November 2021 at 20:02 > > To: Elena Agostini > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver > > External

Re: [dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver

2021-11-08 Thread Stephen Hemminger
On Tue, 5 Oct 2021 22:49:05 + wrote: > From: Elena Agostini > > This is the CUDA implementation of the gpudev library. > Funcitonalities implemented through CUDA Driver API are: > > - Device probe and remove > - Manage device memory allocations > - Register/unregister external CPU memory i

[dpdk-dev] [RFC PATCH] gpu/cuda

2021-10-05 Thread eagost...@nvidia.com
>From 8b603e6a9aa7bf1c5e89bad49f0f4a1b902dd299 Mon Sep 17 00:00:00 2001 From: Elena Agostini Date: Wed, 15 Sep 2021 17:04:53 +0200 Subject: [PATCH] gpu/cuda: introduce CUDA driver This is the CUDA implementation of the gpudev library. Funcitonalities implemented through CUDA Driver API are: - De

[dpdk-dev] [RFC PATCH] gpu/cuda: introduce CUDA driver

2021-10-05 Thread eagostini
From: Elena Agostini This is the CUDA implementation of the gpudev library. Funcitonalities 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 --