<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>While testing SDP, I observed that sdp module is getting loaded by itself. I tried following steps:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>1. modprobe ib_sdp</FONT></DIV>
<DIV><FONT face=Arial size=2>2. export LD_PRELOAD=/usr/local/ofed/lib/libsdp.so</FONT></DIV>
<DIV><FONT face=Arial size=2>3. export LIBSDP_CONFIG_FILE=/usr/local/ofed/etc/libsdp.conf netperf</FONT></DIV>
<DIV><FONT face=Arial size=2>4. modprobe -r ib_sdp or rmmod ib_sdp.</FONT></DIV>
<DIV><FONT face=Arial size=2>5. netserver</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Please note that I didn't change any environment variables. After executing netserver, when i did lsmod, I observed sdp module. Let me know if this is expected behaviour.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Attached below are the logs.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Karun</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>########################################################################</FONT></DIV>
<DIV>[st45 Thu Aug 24 02:51:25]# lsmod | grep sdp<BR>ib_sdp                 47784  0 <BR>rdma_cm                26628  2 ib_sdp,rdma_ucm<BR>ib_core                50688  10 ib_sdp,rdma_cm,ib_mthca,ib_ipoib,ib_umad,ib_ucm,ib_uverbs,ib_cm,ib_sa,ib_mad<BR>[st45 Thu Aug 24 02:51:31]# modprobe -r ib_sdp<BR>[st45 Thu Aug 24 02:51:40]# lsmod | grep sdp<BR>[st45 Thu Aug 24 02:51:43]# netserver<BR>Starting netserver at port 12865<BR>Starting netserver at hostname 0.0.0.0 port 12865 and family AF_UNSPEC<BR>[st45 Thu Aug 24 02:51:51]# lsmod | grep sdp<BR>ib_sdp                 47784  3 <BR>rdma_cm                26628  2 ib_sdp,rdma_ucm<BR>ib_core                50688  10 ib_sdp,rdma_cm,ib_mthca,ib_ipoib,ib_umad,ib_ucm,ib_uverbs,ib_cm,ib_sa,ib_mad<BR>[st45 Thu Aug 24 02:51:53]# <BR>#############################################################</DIV></BODY></HTML>