Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: neil.armstrong@linaro.org
To: Ekansh Gupta <quic_ekangupt@quicinc.com>,
	srinivas.kandagatla@linaro.org, linux-arm-msm@vger.kernel.org
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 00/16] Add missing features to FastRPC driver
Date: Fri, 2 Feb 2024 09:11:46 +0100	[thread overview]
Message-ID: <d8e32f3d-1658-4dcd-a1dd-e37b664986ae@linaro.org> (raw)
In-Reply-To: <20240202064039.15505-1-quic_ekangupt@quicinc.com>

Hi,

On 02/02/2024 07:40, Ekansh Gupta wrote:
> This patch series adds the listed features that have been missing
> in upstream fastRPC driver.
> 
> - Redesign and improve remote heap management.
> - Add static PD restart support for audio and sensors PD using
>    PDR framework.
> - Add changes to support multimode invocation ioctl request. This
>    ioctl call facilitates multiple types of requests from user including
>    CRC check, performance counters, shared context bank usage, etc.
>    This series also carries patch to save and restore interrupted
>    context.
> - Add early wakeup support to allow DSP user to send early response
>    to CPU and improve fastrpc performance.
> - Add polling mode support with which driver polls on memory to avoid
>    CPU from going to low power modes.
> - Add notifications frameworks to provide users with the DSP PD status
>    notifications.
> - Add a control mechanism to allow users to clean up DSP user PD
> - Add wakelock management support
> - Add DSP signalling support
> - Add check for untrusted applications and allow trusted processed to
>    offload to system unsigned PD.

Could you precise:
- Which workload are you fixing
- Which platforms are concerned
- Which platforms were tested

So far I've been trying to run the "getserial" on SM8550-QRD and SM8650-QRD without
success, would those changes fix this ?
Is there any chance we could get an open-source minimal implementation of a fastRPC SDK using
the open-source Hexagon LLVM like we have for the AIC100 ?
It would definitely help validating the upstream fastRPC implementation.

Thanks,
Neil

> 
> Ekansh Gupta (16):
>    misc: fastrpc: Redesign remote heap management
>    misc: fastrpc: Add support for unsigned PD
>    misc: fastrpc: Add static PD restart support
>    misc: fastrpc: Add fastrpc multimode invoke request support
>    misc: fastrpc: Add CRC support for remote buffers
>    misc: fastrpc: Capture kernel and DSP performance counters
>    misc: fastrpc: Add support to save and restore interrupted
>    misc: fastrpc: Add support to allocate shared context bank
>    misc: fastrpc: Add early wakeup support for fastRPC driver
>    misc: fastrpc: Add polling mode support for fastRPC driver
>    misc: fastrpc: Add DSP PD notification support
>    misc: fastrpc: Add support for users to clean up DSP user PD
>    misc: fastrpc: Add wakelock management support
>    misc: fastrpc: Add DSP signal support
>    misc: fastrpc: Restrict untrusted apk to spawn privileged PD
>    misc: fastrpc: Add system unsigned PD support
> 
>   drivers/misc/fastrpc.c      | 1949 +++++++++++++++++++++++++++++++----
>   include/uapi/misc/fastrpc.h |  112 ++
>   2 files changed, 1844 insertions(+), 217 deletions(-)
> 


  parent reply	other threads:[~2024-02-02  8:11 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02  6:40 [PATCH v1 00/16] Add missing features to FastRPC driver Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 01/16] misc: fastrpc: Redesign remote heap management Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 02/16] misc: fastrpc: Add support for unsigned PD Ekansh Gupta
2024-02-02 14:43   ` Greg KH
2024-02-07  8:57     ` Ekansh Gupta
2024-02-07  9:52       ` Dmitry Baryshkov
2024-02-02  6:40 ` [PATCH v1 03/16] misc: fastrpc: Add static PD restart support Ekansh Gupta
2024-02-03 15:37   ` kernel test robot
2024-02-04  1:09   ` kernel test robot
2024-02-02  6:40 ` [PATCH v1 04/16] misc: fastrpc: Add fastrpc multimode invoke request support Ekansh Gupta
2024-02-14  7:46   ` Srinivas Kandagatla
2024-02-02  6:40 ` [PATCH v1 05/16] misc: fastrpc: Add CRC support for remote buffers Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 06/16] misc: fastrpc: Capture kernel and DSP performance counters Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 07/16] misc: fastrpc: Add support to save and restore interrupted Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 08/16] misc: fastrpc: Add support to allocate shared context bank Ekansh Gupta
2024-02-04  4:27   ` kernel test robot
2024-02-02  6:40 ` [PATCH v1 09/16] misc: fastrpc: Add early wakeup support for fastRPC driver Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 10/16] misc: fastrpc: Add polling mode " Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 11/16] misc: fastrpc: Add DSP PD notification support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 12/16] misc: fastrpc: Add support for users to clean up DSP user PD Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 13/16] misc: fastrpc: Add wakelock management support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 14/16] misc: fastrpc: Add DSP signal support Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 15/16] misc: fastrpc: Restrict untrusted apk to spawn privileged PD Ekansh Gupta
2024-02-02  6:40 ` [PATCH v1 16/16] misc: fastrpc: Add system unsigned PD support Ekansh Gupta
2024-02-02  8:11 ` neil.armstrong [this message]
2024-02-07  8:30   ` [PATCH v1 00/16] Add missing features to FastRPC driver Ekansh Gupta
2024-02-07  9:51     ` Dmitry Baryshkov
2024-02-22  7:03 ` Wu, Wentong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8e32f3d-1658-4dcd-a1dd-e37b664986ae@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_ekangupt@quicinc.com \
    --cc=srinivas.kandagatla@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox