On Thu, 2008-02-07 at 18:44 -0800, Shirley Ma wrote: > Hello Ralph, > > What's the send_queue_size, recv_queue_size for ib_ipoib module? Can > you reload ib_ipoib module with send_queue_size=2, recv_queue_size=2 > to see any difference? > > thanks > Shirley
The queue sizes are not the problem. The problem is that priv->local_lid is not initialized (0) when create_own_ah() is called. Since zero is not a valid LID, ib_ipath ib_create_ah() returns EINVAL. _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
