Re: [PATCH v6 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling

2020-10-10 Thread Auger Eric
Hi Diana, On 10/5/20 7:36 PM, Diana Craciun wrote: > Only the DPRC object allocates interrupts from the MSI > interrupt domain. The interrupts are managed by the DPRC in > a pool of interrupts. The access to this pool of interrupts > has to be protected with a lock. > This patch extends the current

[PATCH v6 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling

2020-10-05 Thread Diana Craciun
Only the DPRC object allocates interrupts from the MSI interrupt domain. The interrupts are managed by the DPRC in a pool of interrupts. The access to this pool of interrupts has to be protected with a lock. This patch extends the current lock implementation to have a lock per DPRC. Signed-off-by: