Re: [PATCH v3 3/5] xen/arm: ffa: Add buffer full notification support

2025-03-24 Thread Jens Wiklander
Hi Bertrand, On Mon, Mar 24, 2025 at 10:15 AM Bertrand Marquis wrote: > > Add support to raise a Rx buffer full notification to a VM. > This function will be used for indirect message support between VM and > is only activated if CONFIG_FFA_VM_TO_VM is selected. > > Even if there are 32 framework

[PATCH v3 3/5] xen/arm: ffa: Add buffer full notification support

2025-03-24 Thread Bertrand Marquis
Add support to raise a Rx buffer full notification to a VM. This function will be used for indirect message support between VM and is only activated if CONFIG_FFA_VM_TO_VM is selected. Even if there are 32 framework notifications possible, right now only one is defined so the implementation is sim