[openib-general] [PATCH] [VERBS] new verbs call to allocate AH using WC

Sean Hefty mshefty at ichips.intel.com
Tue Apr 19 16:39:28 PDT 2005


Sean Hefty wrote:

> Index: include/ib_verbs.h
> ===================================================================
...
> +struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
> +				   struct ib_grh *grh, u8 port_num);
> +
...
> +struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, struct ib_wc *wc,
> +				   struct ib_grh *grh, u8 port_num)
> +{

It looks like I missed including the change that moved struct ib_grh 
from ib_mad.h to ib_verbs.h.

- Sean



More information about the general mailing list