> I am using the system level queue. If we think that using our own MAD queue > is better, I will do that. I was thinking more along the lines of a single > workqueue for all MAD services, with one per processor, rather than a > workqueue per port, however.
I don't think the system keventd queue is appropriate for completion handling; I definitely think we should have a MAD layer workqueue. I think it's OK to have a single workqueue for the whole MAD layer; it's probably not scalable to systems with a huge number of HCAs, but the right fix for that is more likely to be moving to softirq/timer context anyway. - R. _______________________________________________ openib-general mailing list [EMAIL PROTECTED] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
