* Stability-Problem of EHCI with a larger number of USB-Hubs/Devices
@ 2006-07-21 19:10 Matthias Schniedermeyer
2006-08-04 18:08 ` [linux-usb-devel] " David Brownell
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Schniedermeyer @ 2006-07-21 19:10 UTC (permalink / raw)
To: linux-usb-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 4363 bytes --]
Hi
If you want to skip the introduction, skip to the part after the dashes.
I have a bit larger "net" of USB-Devices currently consisting of 10
USB-Hubs, 9 USB-Power-Switches and 34 USB-HDDs (normaly switched of by
the Power-Switches)
The USB-Hubs build a tree-structure with the Power-Switches and USB-HDDs
as the leafs.
There is one 4-Port-Hub connected to the Root-Hub on a PCI-Add-On
USB2-Controller.
The first 2 Ports of the first-level-Hub are connected to another level
of 4-Port hubs following a third-level of "7"-Port Hubs (currently there
are seven "7"-Port-Hubs). As the "7"-Port Hubs are technically two
4-Port Hubs they represend the 3th and 4th level in the same physical
package with HDDs and Power-Switch devices representing leves at the 4th
or 5th level.
As the Power-Switching-Device i use can switch 4 diffrent Power-Outlets
there is a Power-Switching-Device connected to every 5th Port counting
from the first one. On Every other Port a HDD is connected.
The system is designed so that i will have 112 (16*7) "Leave-Ports" for
88 HDDs and 22 Power-Switch-devices when i would reach maximum capacity.
(Leaving 2 Ports unused, if anyone counted)
I use a self compiled 2.6.17 kernel with the USB-Sub-System as modules,
so i can load/remove the hcd-drivers. Since the stability has degraded
ever since at least kernel 2.6.15.
Yesterday i bought a new USB2-Controller card, since there was a
possibility that the former USB2-Controller card may have been damaged
by an electrical problem i had a few month ago.
I also replaced all HUB-cables with ones i believe are better quality
then the former ones as there are "Maybe the USB cable is bad"-messages
in the syslog
The new Controller has a NEC-Chipset, which is ohci/ehci.
The former had a VIA-Chipset so it was probably uhci/ehci, but i don't
have compiled the uhci-driver as the onboard USB-Controller of the
computer is ohci.
The said computer is:
Dual P3-933Mhz, Serverworks HE-SL chipset, 3GB-RAM
System: Debian-SID, (no UDEV)
cat /proc/version
version 2.6.17 (ms@frontend) (gcc version 4.1.2 20060613 (prerelease)
(Debian 4.1.1-5)) #31 SMP Sun Jun 18 18:12:58 CEST 2006
------
So much for the introduction:
When i load the ohci_hcd driver i can see the Hub-Ports lighting up,
and everything working fine most of the time, but sometimes only the
sub-tree connected to the first port of the first-level-hub starts up,
but after un-/plugging the cabel from the second port that sub-tree is
initialized fine. With the ehci_hcd i can now use the system without
problems.
But when i now load the ehci_hcd i can see all lights going out, then
going on like when the ohci_hcd start and after a few seconds everything
goes out again and syslog is flooded.
The other way is unplugging and powering-down everything, loading
ohci_hcd & ehci_hcd, switching on everything and plugging in the cable
to the first-level hub. This seams to initialize correctly, but breaks
down a few seconds after everything seamed to be ready.
I've attached a file with the relevant syslog-extract and the config of
the said kernel.
I did the following to create the log:
- I unplugged the first-level hub and phyically switched off the whole tree
- I loaded the ohci_hcd & ehci_hcd
(usbcore, usb_hid, usb_storage where also loaded, IOW the whole compiled
USB-Subsystem was loaded)
- Then i switched on everything and plugged in the cable to the first
level-hub.
- Every light went on, stayed on for a few seconds and then everything
went down
- I unloaded ehci_hcd & ohci_hcd and stopped the tail on syslog.
Those few seconds provided the 192KB log-file attached.
Technically i have this same problem for at least since 2.6.15, or since
about the beginning of this year, but it worked most of the time (and
there were fewer HDDs ...) and i only have to use the system once in a
while, since i use a S-ATA-"stagging"-HDD to accumulate a few Gigabytes
before moving them onto the USB-HDDs (which represend >7,5 TB), but it
gets more and more annoying.
Any ideas what my problem might be?
Bis denn
--
Real Programmers consider "what you see is what you get" to be just as
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated,
cryptic, powerful, unforgiving, dangerous.
[-- Attachment #2: usb_syslog.txt.bz2 --]
[-- Type: application/x-tar, Size: 7815 bytes --]
[-- Attachment #3: config-2.6.17-leloo.bz2 --]
[-- Type: application/x-tar, Size: 6619 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] Stability-Problem of EHCI with a larger number of USB-Hubs/Devices
2006-07-21 19:10 Stability-Problem of EHCI with a larger number of USB-Hubs/Devices Matthias Schniedermeyer
@ 2006-08-04 18:08 ` David Brownell
2006-08-04 19:45 ` Matthias Schniedermeyer
2006-08-04 20:23 ` Christopher Montgomery
0 siblings, 2 replies; 4+ messages in thread
From: David Brownell @ 2006-08-04 18:08 UTC (permalink / raw)
To: linux-usb-devel; +Cc: Matthias Schniedermeyer, linux-kernel
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.
- Dave
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] Stability-Problem of EHCI with a larger number of USB-Hubs/Devices
2006-08-04 18:08 ` [linux-usb-devel] " David Brownell
@ 2006-08-04 19:45 ` Matthias Schniedermeyer
2006-08-04 20:23 ` Christopher Montgomery
1 sibling, 0 replies; 4+ messages in thread
From: Matthias Schniedermeyer @ 2006-08-04 19:45 UTC (permalink / raw)
To: David Brownell; +Cc: linux-usb-devel, linux-kernel
David Brownell 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.
I hadn't but i just did.
(I guess you meant CONFIG_USB_EHCI_TT_NEWSCHED=y)
The behaviour was different, every light went on and the syslog went
silent. I could switch on one of the HDDs and i could see it in
/proc/partitions. But then everything completly broke down and syslog
was flooded after some time all lights went out.
Do you want/need the syslog?
Bis denn
--
Real Programmers consider "what you see is what you get" to be just as
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated,
cryptic, powerful, unforgiving, dangerous.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-usb-devel] Stability-Problem of EHCI with a larger number of USB-Hubs/Devices
2006-08-04 18:08 ` [linux-usb-devel] " David Brownell
2006-08-04 19:45 ` Matthias Schniedermeyer
@ 2006-08-04 20:23 ` Christopher Montgomery
1 sibling, 0 replies; 4+ messages in thread
From: Christopher Montgomery @ 2006-08-04 20:23 UTC (permalink / raw)
To: David Brownell; +Cc: linux-usb-devel, Matthias Schniedermeyer, linux-kernel
On 8/4/06, David Brownell <david-b@pacbell.net> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-04 20:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21 19:10 Stability-Problem of EHCI with a larger number of USB-Hubs/Devices Matthias Schniedermeyer
2006-08-04 18:08 ` [linux-usb-devel] " David Brownell
2006-08-04 19:45 ` Matthias Schniedermeyer
2006-08-04 20:23 ` Christopher Montgomery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox