[openib-general] IB mcast question

Steve Wise swise at opengridcomputing.com
Tue Aug 15 07:12:10 PDT 2006


Just throwing out ideas here:

Maybe something in the ib_sa_mcmember_rec is prohibiting replication on
the HCA?  And maybe ib_multicast is incorrectly building this record...

struct ib_sa_mcmember_rec {
        union ib_gid mgid;
        union ib_gid port_gid;
        __be32       qkey;
        __be16       mlid;
        u8           mtu_selector;
        u8           mtu;
        u8           traffic_class;
        __be16       pkey;
        u8           rate_selector;
        u8           rate;
        u8           packet_life_time_selector;
        u8           packet_life_time;
        u8           sl;
        __be32       flow_label;
        u8           hop_limit;
        u8           scope;
        u8           join_state;
        int          proxy_join;
};







More information about the general mailing list