[openib-general] Update from merging in Roland's changes...

Hal Rosenstock halr at voltaire.com
Fri Jul 30 17:05:37 PDT 2004


Sean Hefty wrote:
> I've updated ib_verbs based on changes that Roland had in his copy of
> the file.  Specifically, I've updated the ib_xxx structures to
> include pointers to referenced items, added a usecnt field, and
> converted the functions from prototypes into static inline routines.
> The patch for this update is listed below.

One more question:

> +static inline struct ib_srq *ib_create_srq(struct ib_pd *pd,
> +    void *srq_context;

s.b.
void *srq_context,

> +    struct ib_srq_attr *srq_attr)
+{
+ return pd->device->create_srq(pd, srq_attr);
+}

Shouldn't this call also pass the srq_context in ?



More information about the general mailing list