Re: [dpdk-dev] [PATCH v3 5/9] gpudev: add memory API

2021-10-29 Thread Mattias Rönnblom
On 2021-10-09 03:53, eagost...@nvidia.com wrote: From: Elena Agostini In heterogeneous computing system, processing is not only in the CPU. Some tasks can be delegated to devices working in parallel. Such workload distribution can be achieved by sharing some memory. As a first step, the featur

[dpdk-dev] [PATCH v3 5/9] gpudev: add memory API

2021-10-08 Thread eagostini
From: Elena Agostini In heterogeneous computing system, processing is not only in the CPU. Some tasks can be delegated to devices working in parallel. Such workload distribution can be achieved by sharing some memory. As a first step, the features are focused on memory management. A function all

Re: [dpdk-dev] [PATCH v3 5/9] gpudev: add memory API

2021-10-08 Thread Thomas Monjalon
09/10/2021 03:53, eagost...@nvidia.com: > --- a/lib/gpudev/version.map > +++ b/lib/gpudev/version.map > + rte_gpu_free; > rte_gpu_info_get; > rte_gpu_init; > rte_gpu_is_valid; > + rte_gpu_malloc; > + rte_gpu_register; > + rte_gpu_unregister; > }; Should we insert