The above code implements a single request queue for the EVMS driver on
uniprocessor, and per-volume request queues on SMP. This was done quite some
time ago (before 2.5), since we felt SMP was the only place where there was a
performance advantage to having multiple queues (and thus using up all the
extra memory on UP was wasteful). Since a lot of things have changed in 2.5
(e.g. prempt), there might be performance advantages on UP now as well.
I was reading over the kernel Bitkeeper changelogs last night and noticed you
made some changes to the loop driver to implement per-device queues. I talked
this over with Mark and we decided that if this was the trend, we would
switch to always using per-volume queues. If you take a look at our bitkeeper
tree, you should see that change is already in. Unfortunately, this was after
1.2.0 was released, so that change isn't available in the package I announced
yesterday. But, the 2.5 code changes almost daily anyway, so I'm not too
worried. And from looking over the Bitkeeper logs, it looks like there are
more gendisk changes in 2.5.40 that may affect EVMS, so there will probably
be additional changes today.
If you have any additional comments, please let us know.
-- Kevin Corry corryk@us.ibm.com http://evms.sourceforge.net/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/