RE: [PATCH v3 1/1] PCI: hv: Support for create interrupt v3

From: Michael Kelley
Date: Tue Jul 13 2021 - 13:22:38 EST


From: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx> Sent: Monday, July 12, 2021 2:58 PM
>
> Hyper-V vPCI protocol version 1_4 adds support for create interrupt
> v3. Create interrupt v3 essentially makes the size of the vector
> field bigger in the message, thereby allowing bigger vector values.
> For example, that will come into play for supporting LPI vectors
> on ARM, which start at 8192.
>
> Signed-off-by: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx>
> ---
> In V2:
> - Addressed comment from Wei Liu
>
> In V3:
> - Addressed feedback from Michael Kelley about incorrect comments.
> ---
> drivers/pci/controller/pci-hyperv.c | 67 ++++++++++++++++++++++++++---
> 1 file changed, 62 insertions(+), 5 deletions(-)
>

Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>