From 52c710f4c6484fb0b245777469452ffbf6e260ba Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 9 Mar 2017 18:37:11 -0800 Subject: [PATCH] sys-kernel/coreos-modules: Enable Infiniband RDMA verbs library CONFIG_INFINIBAND_QIB gained a CONFIG_INFINIBAND_RDMAVT dependency in 4.6. The QIB driver appears actively maintained, and we enable a number of other Infiniband drivers. --- .../sys-kernel/coreos-modules/files/commonconfig-4.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.10 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.10 index c3a3be04e8..14a25ad836 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.10 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.10 @@ -691,6 +691,7 @@ CONFIG_MMC_SDHCI_PCI=m # CONFIG_MMC_RICOH_MMC is not set CONFIG_INFINIBAND=m CONFIG_INFINIBAND_USER_MAD=m +CONFIG_INFINIBAND_RDMAVT=m CONFIG_INFINIBAND_MTHCA=m CONFIG_INFINIBAND_QIB=m CONFIG_INFINIBAND_CXGB3=m