mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:24:37 +07:00
2dc05ab57f
This patch begins to make use of rdmavt by registering with it and providing access to the header files. This is just the beginning of rdmavt support in qib. Most functionality is still being done in the driver, set flags so that rdmavt will let qib continue to handle mr, qp, and cq init. Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
16 lines
496 B
Plaintext
16 lines
496 B
Plaintext
config INFINIBAND_QIB
|
|
tristate "Intel PCIe HCA support"
|
|
depends on 64BIT && INFINIBAND_RDMAVT
|
|
---help---
|
|
This is a low-level driver for Intel PCIe QLE InfiniBand host
|
|
channel adapters. This driver does not support the Intel
|
|
HyperTransport card (model QHT7140).
|
|
|
|
config INFINIBAND_QIB_DCA
|
|
bool "QIB DCA support"
|
|
depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m)
|
|
default y
|
|
---help---
|
|
Setting this enables DCA support on some Intel chip sets
|
|
with the iba7322 HCA.
|