Re: [PATCH v12 09/11] genirq/msi: Introduce msi_desc flags

2016-08-09 Thread Auger Eric
Hi, On 02/08/2016 19:23, Eric Auger wrote: > This new flags member is meant to store additional information about > the msi descriptor, starting with allocation status information. > > MSI_DESC_FLAG_ALLOCATED bit tells the associated base IRQ is allocated. > This information is currently used at

[PATCH v12 09/11] genirq/msi: Introduce msi_desc flags

2016-08-02 Thread Eric Auger
This new flags member is meant to store additional information about the msi descriptor, starting with allocation status information. MSI_DESC_FLAG_ALLOCATED bit tells the associated base IRQ is allocated. This information is currently used at deallocation time. We also introduce