aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorKornel Dulęba <[email protected]>2023-01-26 13:25:34 +0000
committerDavid S. Miller <[email protected]>2023-01-28 13:20:20 +0000
commit364d0221f1788e5225006ba7a0026e5968431c29 (patch)
tree8e3e9848afd992547cafac38dbcfcb7ef5dcb66f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent60bd1d9008a50cc78c4033a16a6f5d78210d481c (diff)
net: wwan: t7xx: Fix Runtime PM resume sequence
Resume device before calling napi_schedule, instead of doing in the napi poll routine. Polling is done in softrq context. We can't call the PM resume logic from there as it's blocking and not irq safe. In order to make it work modify the interrupt handler to be run from irq handler thread. Fixes: 5545b7b9f294 ("net: wwan: t7xx: Add NAPI support") Signed-off-by: Kornel Dulęba <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions