On Tue, Jul 28, 2015 at 10:16 PM, Julien Grall <julien.gr...@citrix.com> wrote:
> Hi Vijay,
>
> On 27/07/15 12:11, vijay.kil...@gmail.com wrote:
>> From: Vijaya Kumar K <vijaya.ku...@caviumnetworks.com>
>>
>> The linux driver is based on 4.1 with below commit id
>>
>> 3ad2a5f57656a14d964b673a5a0e4ab0e583c870
>
> This doesn't include commit 591e5bec13f15feb13fc445b6c9c59954711c4ac
> "irqchip/gicv3-its: Fix mapping of LPIs to collections".
>
> On the version 4 of this series, Ian [1] said that it would be very nice
> to have a similar approach in Xen. I would like to see it too.

By storing col_id in msi_desc as below, I am already taking care of
the above commit
in this series

struct msi_desc {
#ifdef HAS_GICV3
    unsigned int eventID;
    struct its_device *dev;
    u16 col_id;
#endif
};

Regards
Vijay

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to