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

Sean Hefty mshefty at ichips.intel.com
Fri Jul 30 18:48:02 PDT 2004


On Fri, 30 Jul 2004 19:43:26 -0400
Hal Rosenstock <halr at voltaire.com> wrote:
> Can you pick up the ib_device struct too (so device->xxxx can be
> dereferenced) ?

It's on my todo list...
 
> Also, a few typos (aka nits) :-)
> > +static inline struct ib_srq *ib_create_srq(struct ib_pd *pd,
> > +    void *srq_context;
> 
> s.b.
> void *srq_context,

fixed both issues
 
> > +static inline int ib_poll_cq(struct ib_cq *cq,
> > +      int num_entries,
> > +      struct ib_wc *wc_array)
> > +{
> > + return cq->device->poll_cq(cq, num_entries, wc);
> 
> s.b.
> return cq->device->poll_cq(cq, num_entries, wc_array);
> 
> > +}
> 
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

fixed



More information about the general mailing list