Re: [linux-usb-devel] Stability-Problem of EHCI with a larger number of USB-Hubs/Devices

From: Christopher Montgomery
Date: Fri Aug 04 2006 - 16:22:58 EST


On 8/4/06, David Brownell <david-b@xxxxxxxxxxx> wrote:
Did you try with 2.6.18-rc3? There's a Kconfig option for an
improved interrupt scheduler, which might help especially with
all those low speed devices.

Actually, assuming I'm reading the spec right, I've come to realize
Dan's improved scheduler patch allows illegal QH schedules that the
old scheduler prevented (as the old scheduler would not allow any set
of complete splits to overlap). Dan's patch allows complete splits to
be serviced in a different order than the original start splits, which
will cause the out of order responses to be dropped on the floor.

QHs splits must be scheduled in the order the QHs appear in a given
frame; if QH B is scheduled after QH A and uses a later microframe for
its SS, but appears in a higher period level of the tree such that it
actually occurs earlier in the frame, QH A may see all of its complete
splits lost; this is subject to uncertainties due to bti stuffing and
bandwidth recovery/error recovery. It is possible in our current
scheduler with Dan's improvement patch.

Monty
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/