From: Sudeep Holla <sudeep.holla@arm.com>
To: Will Deacon <will@kernel.org>
Cc: devicetree@vger.kernel.org, qwandor@google.com,
Marc Zyngier <maz@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, ardb@kernel.org,
tabba@google.com
Subject: Re: [RFC PATCH 0/3] firmware: Add support for PSA FF-A interface
Date: Wed, 10 Jun 2020 09:10:11 +0100 [thread overview]
Message-ID: <20200610081011.GA2689@bogus> (raw)
In-Reply-To: <20200610075711.GC15939@willie-the-truck>
Hi Will,
On Wed, Jun 10, 2020 at 08:57:12AM +0100, Will Deacon wrote:
> Hi Sudeep,
>
> On Tue, Jun 09, 2020 at 06:41:23PM +0100, Sudeep Holla wrote:
[...]
> >
> > Agreed, I added for RxTx buffers and initially to build the parent/child
> > hierarchy for all users of the driver. Initially I was assuming only
> > in-kernel users and now I agree we should avoid any in kernel users if
> > possible.
> >
> > One thing to note FFA_PARTITION_INFO_GET relies on Rx buffers to send the
> > information to the caller. So we need to have established buffers before
> > that and one of the reason you don't find that in this RFC. I dropped that
> > too which I wanted initially.
>
> Ok, sounds like we should at least get to a position where we can enumerate
> things, though.
>
Yes.
[...]
> >
> > OK, IIUC that covers mostly KVM implementation. We still need a way to
> > share the RxTx buffer info to the partitions and DT/ACPI(?) is one
> > possible way. Based on you comment about not needing DT node, do you have
> > any other way to communicate the buffer info to the partitions ?
>
> This is only a concern if KVM chooses to provide the Rx/Tx buffer pair
> though, right? If we punt that down the road for the moment, then we can
> just rely on FFA_RXTX_MAP for now.
>
Ah OK, I was under the assumption that we didn't want to use FFA_RXTX_{,UN}MAP
[...]
> >
> > I am confused a bit. When you refer drivers above, are you referring to
> > drivers in host kernel(hypervisor) or in the partitions. I fail to
> > imagine need for the former.
>
> I'm referring to in-kernel users in the host kernel. For KVM-managed guests,
> we may not need these, although signalling things like system shutdown might
> be better off done without relying on userspace. But my point is really that
> separating the buffer management from the users means we can serialise
> consumers, whether they are in-kernel or out in userspace.
>
Understood.
> > > What do you think, and do you reckon you can spin a cut-down driver that
> > > implements the common part of the logic (since I know you've written much
> > > of this code already)?
> > >
> >
> > I am not sure if I am aligned with your thoughts on the buffer sharing
> > yet.
>
> Ok, please let me know if you have any more questions.
>
None ATM. As I mentioned I had ruled out RXTX_{,UN}MAP which was my
misunderstanding.
--
Regards,
Sudeep
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: Will Deacon <will@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Marc Zyngier <maz@kernel.org>,
tabba@google.com, qwandor@google.com, ardb@kernel.org
Subject: Re: [RFC PATCH 0/3] firmware: Add support for PSA FF-A interface
Date: Wed, 10 Jun 2020 09:10:11 +0100 [thread overview]
Message-ID: <20200610081011.GA2689@bogus> (raw)
In-Reply-To: <20200610075711.GC15939@willie-the-truck>
Hi Will,
On Wed, Jun 10, 2020 at 08:57:12AM +0100, Will Deacon wrote:
> Hi Sudeep,
>
> On Tue, Jun 09, 2020 at 06:41:23PM +0100, Sudeep Holla wrote:
[...]
> >
> > Agreed, I added for RxTx buffers and initially to build the parent/child
> > hierarchy for all users of the driver. Initially I was assuming only
> > in-kernel users and now I agree we should avoid any in kernel users if
> > possible.
> >
> > One thing to note FFA_PARTITION_INFO_GET relies on Rx buffers to send the
> > information to the caller. So we need to have established buffers before
> > that and one of the reason you don't find that in this RFC. I dropped that
> > too which I wanted initially.
>
> Ok, sounds like we should at least get to a position where we can enumerate
> things, though.
>
Yes.
[...]
> >
> > OK, IIUC that covers mostly KVM implementation. We still need a way to
> > share the RxTx buffer info to the partitions and DT/ACPI(?) is one
> > possible way. Based on you comment about not needing DT node, do you have
> > any other way to communicate the buffer info to the partitions ?
>
> This is only a concern if KVM chooses to provide the Rx/Tx buffer pair
> though, right? If we punt that down the road for the moment, then we can
> just rely on FFA_RXTX_MAP for now.
>
Ah OK, I was under the assumption that we didn't want to use FFA_RXTX_{,UN}MAP
[...]
> >
> > I am confused a bit. When you refer drivers above, are you referring to
> > drivers in host kernel(hypervisor) or in the partitions. I fail to
> > imagine need for the former.
>
> I'm referring to in-kernel users in the host kernel. For KVM-managed guests,
> we may not need these, although signalling things like system shutdown might
> be better off done without relying on userspace. But my point is really that
> separating the buffer management from the users means we can serialise
> consumers, whether they are in-kernel or out in userspace.
>
Understood.
> > > What do you think, and do you reckon you can spin a cut-down driver that
> > > implements the common part of the logic (since I know you've written much
> > > of this code already)?
> > >
> >
> > I am not sure if I am aligned with your thoughts on the buffer sharing
> > yet.
>
> Ok, please let me know if you have any more questions.
>
None ATM. As I mentioned I had ruled out RXTX_{,UN}MAP which was my
misunderstanding.
--
Regards,
Sudeep
next prev parent reply other threads:[~2020-06-10 8:11 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-01 9:45 [RFC PATCH 0/3] firmware: Add support for PSA FF-A interface Sudeep Holla
2020-06-01 9:45 ` Sudeep Holla
2020-06-01 9:45 ` [RFC PATCH 1/3] dt-bindings: Add ARM PSA FF binding for non-secure VM partitions Sudeep Holla
2020-06-01 9:45 ` Sudeep Holla
2020-06-09 22:35 ` Rob Herring
2020-06-09 22:35 ` Rob Herring
2020-06-10 7:43 ` Will Deacon
2020-06-10 7:43 ` Will Deacon
2020-06-10 13:56 ` Rob Herring
2020-06-10 13:56 ` Rob Herring
2020-06-11 15:46 ` Achin Gupta
2020-06-11 15:46 ` Achin Gupta
2020-06-11 17:12 ` Will Deacon
2020-06-11 17:12 ` Will Deacon
2020-06-15 9:16 ` Achin Gupta
2020-06-15 9:16 ` Achin Gupta
2020-06-15 9:51 ` Will Deacon
2020-06-15 9:51 ` Will Deacon
2020-06-15 11:42 ` Achin Gupta
2020-06-15 11:42 ` Achin Gupta
2020-06-15 11:55 ` Will Deacon
2020-06-15 11:55 ` Will Deacon
2020-06-15 16:48 ` Achin Gupta
2020-06-15 16:48 ` Achin Gupta
2020-06-10 8:32 ` Sudeep Holla
2020-06-10 8:32 ` Sudeep Holla
2020-06-01 9:45 ` [RFC PATCH 2/3] firmware: Add support for PSA FF-A transport for " Sudeep Holla
2020-06-01 9:45 ` Sudeep Holla
2020-06-01 13:46 ` kbuild test robot
2020-06-02 7:11 ` kbuild test robot
2020-07-09 22:15 ` Arve Hjønnevåg
2020-07-09 22:15 ` Arve Hjønnevåg
2020-06-01 9:45 ` [RFC PATCH 3/3] firmware: Add example PSA FF-A non-secure VM partition Sudeep Holla
2020-06-01 9:45 ` Sudeep Holla
2020-06-01 14:22 ` kbuild test robot
2020-06-04 13:37 ` [RFC PATCH 0/3] firmware: Add support for PSA FF-A interface Will Deacon
2020-06-04 13:37 ` Will Deacon
2020-06-09 17:41 ` Sudeep Holla
2020-06-09 17:41 ` Sudeep Holla
2020-06-10 7:57 ` Will Deacon
2020-06-10 7:57 ` Will Deacon
2020-06-10 8:10 ` Sudeep Holla [this message]
2020-06-10 8:10 ` Sudeep Holla
2020-06-15 11:38 ` Jens Wiklander
2020-06-15 11:38 ` Jens Wiklander
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=20200610081011.GA2689@bogus \
--to=sudeep.holla@arm.com \
--cc=ardb@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=qwandor@google.com \
--cc=tabba@google.com \
--cc=will@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.