首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能在Debian Squeezy中使用SDP

不能在Debian Squeezy中使用SDP
EN

Server Fault用户
提问于 2012-11-27 12:02:06
回答 1查看 607关注 0票数 0

我在Debian压缩程序上运行SDP时遇到了严重问题。我用的是两台带有Mellanox适配器的机器。我的/etc/模块如下所示:

代码语言:javascript
复制
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:

代码语言:javascript
复制
modprobe ib_sdp
FATAL: Module ib_sdp not found.

因此,我想通过SDP测试运行的所有应用程序都会抛出错误。例如,NPtcp:

代码语言:javascript
复制
LD_PRELOAD=libsdp.so NPtcp 
NetPIPE: can't open stream socket! errno=97

谢谢你的帮助。

EN

回答 1

Server Fault用户

发布于 2013-01-01 08:33:14

SDP被认为是过时的。它的后继名为rsockets,并包含在最新版本的librdmacm中。更多信息可以在这里找到:

  • http://www.openfabrics.org/ofa-documents/doc_下载/495-rsockets.html
  • http://git.openfabrics.org/git?p=~shefty/librdmacm.git
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/452546

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档