[openib-general][PATCH][SRP] bug fixes & fmr supported,
Vu Pham
vuhuong at mellanox.com
Tue Sep 20 17:26:22 PDT 2005
> - iu = kmalloc(sizeof *iu, gfp_mask);
> + iu = kzalloc(sizeof *iu, gfp_mask);
We only do this once at init time
By the way, why do we want this? I think we always clear out the
contents of our IUs before we send them.
I don't think that we clear out the contents of our IUs and we should
not except some extra fields (fmr_arr, fmr_cnt) that my patch introduced
Vu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20050920/2cd4e92b/attachment.html>
More information about the general
mailing list