Re: [PATCH v2] gpudev: pin GPU memory

2022-01-04 Thread Elena Agostini
scenario you are proposing can happen but in a different context, this is not the case. Thanks EA From: John Alexander Date: Tuesday, 4 January 2022 at 18:31 To: Elena Agostini , NBU-Contact-Thomas Monjalon (EXTERNAL) Cc: dev@dpdk.org Subject: RE: [PATCH v2] gpudev: pin GPU memory External email

RE: [PATCH v2] gpudev: pin GPU memory

2022-01-04 Thread John Alexander
homas Monjalon (EXTERNAL) Cc: dev@dpdk.org Subject: Re: [PATCH v2] gpudev: pin GPU memory CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > 04/01/2022 03:41, eagost...@nv

Re: [PATCH v2] gpudev: pin GPU memory

2022-01-04 Thread Elena Agostini
> 04/01/2022 03:41, eagost...@nvidia.com: > > From: Elena Agostini > > > > Enable the possibility to make a GPU memory area accessible from > > the CPU. > > > > GPU memory has to be allocated via rte_gpu_mem_alloc(). > > > > This patch allows the gpudev library to pin, through the GPU driver, > >

Re: [PATCH v2] gpudev: pin GPU memory

2022-01-04 Thread Thomas Monjalon
04/01/2022 03:41, eagost...@nvidia.com: > From: Elena Agostini > > Enable the possibility to make a GPU memory area accessible from > the CPU. > > GPU memory has to be allocated via rte_gpu_mem_alloc(). > > This patch allows the gpudev library to pin, through the GPU driver, > a chunk of GPU me

[PATCH v2] gpudev: pin GPU memory

2022-01-03 Thread eagostini
From: Elena Agostini Enable the possibility to make a GPU memory area accessible from the CPU. GPU memory has to be allocated via rte_gpu_mem_alloc(). This patch allows the gpudev library to pin, through the GPU driver, a chunk of GPU memory and to return a memory pointer usable by the CPU to a

[PATCH v2] gpudev: pin GPU memory

2022-01-03 Thread eagostini
From: Elena Agostini Enable the possibility to make a GPU memory area accessible from the CPU. GPU memory has to be allocated via rte_gpu_mem_alloc(). This patch allows the gpudev library to pin, through the GPU driver, a chunk of GPU memory and to return a memory pointer usable by the CPU to a