From faf100a9d52de51180ec6bdf4d4d2b364ef3a266 Mon Sep 17 00:00:00 2001 From: Ashok Vairavan Date: Tue, 2 May 2017 15:01:21 -0700 Subject: [PATCH] Re-enable SDP for uek-nano kernel SDP is enabled in the UEK config, but not in the uek-nano config. Sockets Direct Protocol (SDP) is a network protocol which provides an RDMA accelerated alternative to TCP over infiniband networks. Orabug: 25999937 Signed-off-by: Ashok Vairavan Reviewed-by: Jack Vogel Signed-off-by: Brian Maly Signed-off-by: Somasundaram Krishnasamy --- uek-rpm/ol6-nano/config-x86_64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uek-rpm/ol6-nano/config-x86_64 b/uek-rpm/ol6-nano/config-x86_64 index d3808da77dc9..efde07c169a9 100644 --- a/uek-rpm/ol6-nano/config-x86_64 +++ b/uek-rpm/ol6-nano/config-x86_64 @@ -3564,7 +3564,8 @@ CONFIG_INFINIBAND_SRP=m # CONFIG_INFINIBAND_SRPT is not set CONFIG_INFINIBAND_ISER=m CONFIG_INFINIBAND_ISERT=m -# CONFIG_INFINIBAND_SDP is not set +CONFIG_INFINIBAND_SDP=m +# CONFIG_INFINIBAND_SDP_DEBUG is not set CONFIG_EDAC=y CONFIG_EDAC_LEGACY_SYSFS=y # CONFIG_EDAC_DEBUG is not set -- 2.50.1