xhci: Use more event ring segment table entries
authorJonathan Bell <jonathan@raspberrypi.org>
Tue, 13 Aug 2019 14:53:29 +0000 (15:53 +0100)
committerPhil Elwell <pelwell@users.noreply.github.com>
Tue, 13 Aug 2019 15:52:59 +0000 (16:52 +0100)
commit5f945aad8e7668a6f59b281c60aad87524a32a15
tree0be78556300b06e9463eaf34f474bcc34bd2d626
parent1f8e54151926498bd1f462d758301669cb354fd0
xhci: Use more event ring segment table entries

Users have reported log spam created by "Event Ring Full" xHC event
TRBs. These are caused by interrupt latency in conjunction with a very
busy set of devices on the bus. The errors are benign, but throughput
will suffer as the xHC will pause processing of transfers until the
event ring is drained by the kernel. Expand the number of event TRB slots
available by increasing the number of event ring segments in the ERST.

Controllers have a hardware-defined limit as to the number of ERST
entries they can process, so make the actual number in use
min(ERST_MAX_SEGS, hw_max).

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.h