Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: RFC: ib_cache_event problems > > Michael> No, on mad thread we can allocate with GFP_KERNEL I think. > > But how do you get into thread context? Events are generated in > interrupt context, and if you want to defer the work to process > context, then you have to store the information somewhere.
We already process incoming MADs in thread context in core. So all events related to MADs could be generated there. But you might be right - it might be easier to fix ULPs. -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
