Hi Vijay,

On 31/08/2015 12:06, vijay.kil...@gmail.com wrote:
From: Vijaya Kumar K <vijaya.ku...@caviumnetworks.com>

Define msi_desc structure for arm and introduce
helper functions to access msi_desc member variables.

IHMO none of those helpers are useful in the code given you are only using in an handful number of places and they can't be optimized out.

Most of the time, you will have 2-3 times within the same function the msi_desc. So it means 6 functions call rather than directly access the msi_desc from the irq_desc.

Although, I guess we could rework later, so for now:

Reviewed-by: Julien Grall <julien.gr...@citrix.com>

Regards,

--
Julien Grall

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

Reply via email to