[openib-general] [RFC] patch for new send MAD allocation routines

Roland Dreier roland at topspin.com
Tue Apr 19 17:07:40 PDT 2005


Instead of hard-coding GFP_KERNEL:

    > +	buf = kmalloc(sizeof *send_buf + buf_size, GFP_KERNEL);

would it make sense to put a gfp_mask into the API and avoid some of
the heartburn about interrupt context that we've had lately?

 - R.



More information about the general mailing list