[ofa-general] Re: [PATCHv2] IB/mad: fix duplicated kernel thread name

Michael S. Tsirkin mst at dev.mellanox.co.il
Mon Jul 16 05:43:51 PDT 2007


> 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



More information about the general mailing list