On Thu, Sep 12, 2019 at 06:32:08PM -0700, Megha Dey wrote: > Add the set_desc callback to the ims domain ops. Elsewhere you capitalize "IMS" when it's an initialism. Generally you capitalized "IRQ" and "MSI" in similar situations, but there are a couple exceptions (in other commit logs). > The set_desc callback is used to find a unique hwirq number from a given > domain. > > Each mdev can have a maximum of 2048 IMS interrupts. Maybe you could mention where this limit comes from and whether it's related to any #define in these patches?