On Fri, 28 May 2010 13:43:24 +0900 FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp> wrote: > On Thu, 27 May 2010 18:58:33 +0300 > Or Gerlitz <ogerlitz at Voltaire.com> wrote: > > > Looking with some more care, I see that your patch adds parallelism > > at the level of iscsi_tcp.c such that still there's one central > > event loop (main) thread and the addition is per iscsi/tcp session > > dedicated thread. In that case, some of my comments are less > > relevant... > > Not session (nexus) dedicated thread. The patch creates one pthread > per target. The patch also converts iSCSI/tcp to use it. btw, I don't plan to convert all the existing drivers to use the new model. I let some of drivers to use the current model. -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |