[openib-general] ib_verbs.h ib_send/recv_wr struct discrepancy

Hal Rosenstock halr at voltaire.com
Tue Sep 14 10:49:16 PDT 2004


I think the ib_send_wr struct needs updating on Roland's branch from:

struct ib_send_wr {
        struct ib_send_wr      *next;
to 

struct ib_send_wr {
        struct list_head        list;
        u64                     wr_id;

to be in sync with the latest ib_verbs.h. Same thing is true for
ib_recv_wr struct.

Not sure what other changes are required for this.

Thanks.

-- Hal




More information about the general mailing list