PCI/switchtec: Add module parameter to request more interrupts
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 23 May 2019 22:30:52 +0000 (16:30 -0600)
committerJon Mason <jdmason@kudzu.us>
Thu, 13 Jun 2019 12:59:38 +0000 (08:59 -0400)
commitfcdf8e95fa3b97097bd4e200f0ee04df85b04d99
treec65d75739834d4e8a688c5e368ef7d36c815e6a4
parentd7cc609fb679e11dc2b00cbe6c50cbd37ec4bfa2
PCI/switchtec: Add module parameter to request more interrupts

Seeing the we want to use more interrupts in the NTB MSI code
we need to be able allocate more (sometimes virtual) interrupts
in the switchtec driver. Therefore add a module parameter to
request to allocate additional interrupts.

This puts virtually no limit on the number of MSI interrupts available
to NTB clients.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/pci/switch/switchtec.c