我在Debian压缩程序上运行SDP时遇到了严重问题。我用的是两台带有Mellanox适配器的机器。我的/etc/模块如下所示:
mlx4_ib
# Mellanox ConnectX cards
#ib_mthca # some mellanox cards
#iw_cxgb3 # Chelsio T3 cards
#iw_nes # NetEffect cards
#
# Protocol modules
# Common modules
rdma_ucm
ib_umad
ib_uverbs
# IP over IB
ib_ipoib
# scsi over IB
ib_srp
# IB SDP protocol
ib_sdp然而,不能加载ib_sdp:
modprobe ib_sdp
FATAL: Module ib_sdp not found.因此,我想通过SDP测试运行的所有应用程序都会抛出错误。例如,NPtcp:
LD_PRELOAD=libsdp.so NPtcp
NetPIPE: can't open stream socket! errno=97谢谢你的帮助。
发布于 2013-01-01 08:33:14
SDP被认为是过时的。它的后继名为rsockets,并包含在最新版本的librdmacm中。更多信息可以在这里找到:
https://serverfault.com/questions/452546
复制相似问题