[openib-general] Running libibcm/example/simple.c

Hal Rosenstock halr at voltaire.com
Mon May 16 09:58:05 PDT 2005


Hi again Libor,

When I run the example I get the following:
server:
CM ID <3> Event <1> State <3>
client:
CM ID <2> Event <0> State <0>
server:
CM ID <3> Event <2> State <0>

The server side looks like it first gets a REQ received event in REQ
RCVD state. The client then gets a REQ error event in IDLE state. The
server then gets a REP error event in IDLE state.

I did change the lids and gids in cm_connect to be appropriate for my
configuration.

Any ideas on what is going wrong ?

Thanks.

Also, another nit in libibcm/example/simple.c
cm_connect:
...
        sa.dlid = htons(0x1f9);
        sa.slid = htons(0x3e1);

        sa.dlid = 0xf901;
        sa.slid = 0xe103;

-- Hal




More information about the general mailing list