[ewg] [PATCH] non srq panic patch

Roland Dreier rdreier at cisco.com
Wed Jun 25 15:34:42 PDT 2008


 > -	ipoib_vfree(&priv->cm.rx_vmap_srq_ring);
 > +	if (ipoib_cm_has_srq(dev))
 > +		ipoib_vfree(&priv->cm.rx_vmap_srq_ring);
 > +	else
 > +		kfree(rx_ring);

What tree is this made against?  I can't find any reference to
"ipoib_vfree" anywhere in the history of IPoIB so of course this patch
doesn't apply.

 - R.



More information about the ewg mailing list