> and if it needs thread-per-cpu, why not use > the system threads/softirqs as does the TCP/IP stack connection mgmt code?
softirqs would be very awkward because things like create qp can't be done from that context. Using system threads might be possible, but one needs to be careful this might create problems for anyone who wants to e.g. destroy cm id from a system thread, which needs a flush. -- MST _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
