From: Sunil Muthuswamy <redacted> 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 <redacted>
---
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 <redacted>