Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-19 Thread Thomas Monjalon
19/10/2021 20:47, Jerin Jacob: > > As I stated multiple times, let’s start with something simple that works and > > then think about how to enhance the library/driver. > > I have submitted RFC[1] to abstract in a generic way so that > workload-specific _driver_ aspects are NOT EXPOSED to the appli

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-19 Thread Jerin Jacob
> > > > > > > He wants only feature-specific API. > > > > > > To re-reiterate, feature-specific "application" API. A device-specific > > > bit can be > > > driver API and accessible to the out-of-tree driver if needed. > > > > > > IMO, if we take this path, DPU, XPU, GPU, etc we need N different li

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-19 Thread Elena Agostini
From: Jerin Jacob Date: Monday, 11 October 2021 at 15:30 To: NBU-Contact-Thomas Monjalon Cc: techbo...@dpdk.org , Elena Agostini , dpdk-dev Subject: Re: [dpdk-dev] [PATCH v3 0/9] GPU library > On Mon, Oct 11, 2021 at 6:14 PM Thomas Monjalon wrote: > > > > 11/10/2021 13:

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Jerin Jacob
On Mon, Oct 11, 2021 at 6:14 PM Thomas Monjalon wrote: > > 11/10/2021 13:41, Jerin Jacob: > > On Mon, Oct 11, 2021 at 3:57 PM Thomas Monjalon wrote: > > > 11/10/2021 11:29, Jerin Jacob: > > > > On Mon, Oct 11, 2021 at 2:42 PM Thomas Monjalon > > > > wrote: > > > > > 11/10/2021 10:43, Jerin Jaco

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Thomas Monjalon
11/10/2021 13:41, Jerin Jacob: > On Mon, Oct 11, 2021 at 3:57 PM Thomas Monjalon wrote: > > 11/10/2021 11:29, Jerin Jacob: > > > On Mon, Oct 11, 2021 at 2:42 PM Thomas Monjalon > > > wrote: > > > > 11/10/2021 10:43, Jerin Jacob: > > > > > On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon > > > >

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Jerin Jacob
On Mon, Oct 11, 2021 at 3:57 PM Thomas Monjalon wrote: > > 11/10/2021 11:29, Jerin Jacob: > > On Mon, Oct 11, 2021 at 2:42 PM Thomas Monjalon wrote: > > > 11/10/2021 10:43, Jerin Jacob: > > > > On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon > > > > wrote: > > > > > 10/10/2021 12:16, Jerin Jaco

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Thomas Monjalon
11/10/2021 11:29, Jerin Jacob: > On Mon, Oct 11, 2021 at 2:42 PM Thomas Monjalon wrote: > > 11/10/2021 10:43, Jerin Jacob: > > > On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon > > > wrote: > > > > 10/10/2021 12:16, Jerin Jacob: > > > > > On Fri, Oct 8, 2021 at 11:13 PM wrote: > > > > > > > > >

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Jerin Jacob
On Mon, Oct 11, 2021 at 2:42 PM Thomas Monjalon wrote: > > 11/10/2021 10:43, Jerin Jacob: > > On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon wrote: > > > 10/10/2021 12:16, Jerin Jacob: > > > > On Fri, Oct 8, 2021 at 11:13 PM wrote: > > > > > > > > > > From: eagostini > > > > > > > > > > In het

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Thomas Monjalon
11/10/2021 10:43, Jerin Jacob: > On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon wrote: > > 10/10/2021 12:16, Jerin Jacob: > > > On Fri, Oct 8, 2021 at 11:13 PM wrote: > > > > > > > > From: eagostini > > > > > > > > In heterogeneous computing system, processing is not only in the CPU. > > > > So

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Jerin Jacob
On Mon, Oct 11, 2021 at 1:48 PM Thomas Monjalon wrote: > > 10/10/2021 12:16, Jerin Jacob: > > On Fri, Oct 8, 2021 at 11:13 PM wrote: > > > > > > From: eagostini > > > > > > In heterogeneous computing system, processing is not only in the CPU. > > > Some tasks can be delegated to devices working

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-11 Thread Thomas Monjalon
10/10/2021 12:16, Jerin Jacob: > On Fri, Oct 8, 2021 at 11:13 PM wrote: > > > > From: eagostini > > > > In heterogeneous computing system, processing is not only in the CPU. > > Some tasks can be delegated to devices working in parallel. > > > > The goal of this new library is to enhance the coll

Re: [dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-10 Thread Jerin Jacob
On Fri, Oct 8, 2021 at 11:13 PM wrote: > > From: eagostini > > In heterogeneous computing system, processing is not only in the CPU. > Some tasks can be delegated to devices working in parallel. > > The goal of this new library is to enhance the collaboration between > DPDK, that's primarily a CP

[dpdk-dev] [PATCH v3 0/9] GPU library

2021-10-08 Thread eagostini
From: eagostini In heterogeneous computing system, processing is not only in the CPU. Some tasks can be delegated to devices working in parallel. The goal of this new library is to enhance the collaboration between DPDK, that's primarily a CPU framework, and GPU devices. When mixing network act