Re: [PATCH v3 1/1] PCI: hv: Support for create interrupt v3
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-07-14 08:47:32
Also in:
linux-pci, lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-07-14 08:47:32
Also in:
linux-pci, lkml
On Mon, Jul 12, 2021 at 09:58:18PM +0000, Sunil Muthuswamy wrote:
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>
Reviewed-by: Wei Liu <wei.liu@kernel.org>