Merge pull request #130615 from zhaofengli/ipoib-cm

kernel: Enable IPoIB Connected Mode
This commit is contained in:
Bernardo Meurer 2022-02-21 10:55:24 -08:00 committed by GitHub
commit c05bf8a9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,11 @@ let
# Kernel TLS
TLS = whenAtLeast "4.13" module;
TLS_DEVICE = whenAtLeast "4.18" yes;
# infiniband
INFINIBAND = module;
INFINIBAND_IPOIB = module;
INFINIBAND_IPOIB_CM = yes;
};
wireless = {