diff options
author | Chris Chiu <[email protected]> | 2021-07-02 00:33:54 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-08-21 21:16:52 +0300 |
commit | f62cdab7f5db4552067996f888d3874e2171c604 (patch) | |
tree | 69673a7eca449f511029e8d9ebb693202157b170 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | da2c9cedc0d0047d3b93764e870969e74835149a (diff) |
rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cu
There will be crazy numbers of interrupts triggered by 8188cu and
8192cu module, around 8000~10000 interrupts per second, on the usb
host controller. Compare with the vendor driver source code, it's
mapping to the configuration CONFIG_USB_INTERRUPT_IN_PIPE and it is
disabled by default.
Since the interrupt transfer is neither used for TX/RX nor H2C
commands. Disable it to avoid the excessive amount of interrupts
for the 8188cu and 8192cu module which I only have for verification.
Signed-off-by: Chris Chiu <[email protected]>
Tested-by: [email protected]
Acked-by: Jes Sorensen <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions