From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3E440A034F; Mon, 11 Oct 2021 13:42:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8658C41142; Mon, 11 Oct 2021 13:42:04 +0200 (CEST) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by mails.dpdk.org (Postfix) with ESMTP id A344C4112E; Mon, 11 Oct 2021 13:42:01 +0200 (CEST) Received: by mail-io1-f46.google.com with SMTP id n7so10551882iod.0; Mon, 11 Oct 2021 04:42:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZDnfQSCqibkVEGErpB70e/6nrBRehuTPsqWcMnD8fBw=; b=M/BdbXmA6pYB2ptVdYJ+HdLOb9XooSC+LWXJIM4iqajO16IvsNP0Ww2vRDA+Uxy91O xKu3S/oWlpeFsjFR8YFR7tynHV1Km+J9VtpCDVxy8VF4BoJLn6cdO/aH3M94N1FhGFz2 ocXw9mfXlgxVgWqgEgaDmHSmjAtnZjb3W0BYo3OeMHoJ5cySQYIF7uTrLhZgXA1aiF4w OKbhYLdxMT/75Yy1WqZQmvplIviynsp+hlLgMU3eQhwuhfCG0l5eZS1DOsJr11x6QIxY Fsa2dHRhU3YJTnZx42tuGA+VzNzzPKE9+Iak6BK6IOYKdvk+K5m9pYK8ybwSt30Axadv woag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZDnfQSCqibkVEGErpB70e/6nrBRehuTPsqWcMnD8fBw=; b=i7uX3zShdpXl5DEKAORGy7yXQ+vqpiAuCMmHtycT/tI9oaMJfAymh8WHHhKf+O/aXZ NOY7stQN0PKrPSLfn1u1+46ehLyXZsuZpaUl3E6t5jQIut7IoQE8R77F7JIJfxPpuUSF A8M2lN+MUlsD0877IXAGokZOZqM5GloRXNsj+vo3KIsGtHkpGFJY+ZYQINN0tYtymiXI AmNn5a5hexrhrQ6zfCYMA7s46O3vfv9PmbT14kkubVrd8gS5CUzv+eNS1a+WRCDER32h Yg+9vHtYZPmce4DM4dY7FFtqPzIBM5ZfpgKJDUJlNA3r6SuxnF7I6TIAHu/ctQ+mfpod Lm9g== X-Gm-Message-State: AOAM533YVvvgRZhoklQuhP6g3q5V4I4+EVatHGbxA6yEaBLd4OpZJO8w cRtqXftzKnUn6ewXLl3l5lYeYQP0S97jtaKsmMM= X-Google-Smtp-Source: ABdhPJysWl3tNcZ96Y9v7nhAnZBOzBu0WVlQasVFm2pCKX0p4UKLHUF2uIDgvT6IhLzrjCkOumdcgRtdwDLW7fzO8IU= X-Received: by 2002:a05:6602:2dc8:: with SMTP id l8mr9899799iow.151.1633952520908; Mon, 11 Oct 2021 04:42:00 -0700 (PDT) MIME-Version: 1.0 References: <20210602203531.2288645-1-thomas@monjalon.net> <18783192.D4B0UDpyQ6@thomas> <68083401.ybZ649KAnY@thomas> In-Reply-To: <68083401.ybZ649KAnY@thomas> From: Jerin Jacob Date: Mon, 11 Oct 2021 17:11:34 +0530 Message-ID: To: Thomas Monjalon Cc: Elena Agostini , dpdk-dev , techboard@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 0/9] GPU library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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 CPU framework, and GPU devices. > > > > > > > > > > > > > > When mixing network activity with task processing on a non-CPU device, > > > > > > > there may be the need to put in communication the CPU with the device > > > > > > > in order to manage the memory, synchronize operations, exchange info, etc.. > > > > > > > > > > > > > > This library provides a number of new features: > > > > > > > - Interoperability with GPU-specific library with generic handlers > > > > > > > - Possibility to allocate and free memory on the GPU > > > > > > > - Possibility to allocate and free memory on the CPU but visible from the GPU > > > > > > > - Communication functions to enhance the dialog between the CPU and the GPU > > > > > > > > > > > > In the RFC thread, There was one outstanding non technical issues on this, > > > > > > > > > > > > i.e > > > > > > The above features are driver specific details. Does the DPDK > > > > > > _application_ need to be aware of this? > > > > > > > > > > I don't see these features as driver-specific. > > > > > > > > That is the disconnect. I see this as more driver-specific details > > > > which are not required to implement an "application" facing API. > > > > > > Indeed this is the disconnect. > > > I already answered but it seems you don't accept the answer. > > > > Same with you. That is why I requested, we need to get opinions from others. > > Some of them already provided opinions in RFC. > > This is why I Cc'ed techboard. Yes. Indeed. > > > > First, this is not driver-specific. It is a low-level API. > > > > What is the difference between low-level API and driver-level API. > > The low-level API provides tools to build a feature, > but no specific feature. > > > > > For example, If we need to implement application facing" subsystems like bbdev, > > > > If we make all this driver interface, you can still implement the > > > > bbdev API as a driver without > > > > exposing HW specific details like how devices communicate to CPU, how > > > > memory is allocated etc > > > > to "application". > > > > > > There are 2 things to understand here. > > > > > > First we want to allow the application using the GPU for needs which are > > > not exposed by any other DPDK API. > > > > > > Second, if we want to implement another DPDK API like bbdev, > > > then the GPU implementation would be exposed as a vdev in bbdev, > > > using the HW GPU device being a PCI in gpudev. > > > They are two different levels, got it? > > > > Exactly. So what is the point of exposing low-level driver API to > > "application", > > why not it is part of the internal driver API. My point is, why the > > application needs to worry > > about, How the CPU <-> Device communicated? CPU < -> Device memory > > visibility etc. > > There are two reasons. > > 1/ The application may want to use the GPU for some application-specific > needs which are not abstracted in DPDK API. Yes. Exactly, That's where my concern, If we take this path, What is the motivation to contribute to DPDK abstracted subsystem APIs which make sense for multiple vendors and every Similar stuff applicable for DPU, Otherway to put, if GPU is doing some ethdev offload, why not making as ethdev offload in ethdev spec so that another type of device can be used and make sense for application writters. For example, In the future, If someone needs to add ML(Machine learning) subsystem and enable a proper subsystem interface that is good for DPDK. If this path is open, there is no motivation for contribution and the application will not have a standard interface doing the ML job across multiple vendors. That's is the only reason why saying it should not APPLICATION interface it can be DRIVER interface. > > 2/ This API may also be used by some feature implementation internally > in some DPDK libs or drivers. > We cannot skip the gpudev layer because this is what allows generic probing > of the HW, and gpudev allows to share the GPU with multiple features > implemented in different libs or drivers, thanks to the "child" concept. Again, why do applications need to know it? It is similar to `bus` kind of this where it sharing the physical resouces. > > > > > > > > aka DPDK device class has a fixed personality and it has API to deal > > > > > > with abstracting specific application specific > > > > > > end user functionality like ethdev, cryptodev, eventdev irrespective > > > > > > of underlying bus/device properties. > > > > > > > > > > The goal of the lib is to allow anyone to invent any feature > > > > > which is not already available in DPDK. > > > > > > > > > > > Even similar semantics are required for DPU(Smart NIC) > > > > > > communitication. I am planning to > > > > > > send RFC in coming days to address the issue without the application > > > > > > knowing the Bus/HW/Driver details. > > > > > > > > > > gpudev is not exposing bus/hw/driver details. > > > > > I don't understand what you mean. > > > > > > > > See above. > > >