On Thu, 2011-12-01 at 10:48 +0200, Pekka Enberg wrote: > On Wed, 30 Nov 2011, Asias He wrote: > >>> In virtio net's notify_vq(), we simply signal the tx/rx handle thread > >>> and return. > >> > >> Why not use the threadpool? > > > > No. > > Sasha? I was looking into the concept of adding 'dedicated' threads to the threadpool, since when the threadpool was added originally one of the purposes was to have all worker threads in a single place. This way we could still have threads in one place, which would make it easier to control all of them but still won't hurt performance of those threads. We can merge this patch, and I'll do the dedicated thread patch on top of it. -- Sasha. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html