aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorZong-Zhe Yang <[email protected]>2023-04-19 11:45:58 +0000
committerKalle Valo <[email protected]>2023-05-05 14:59:33 +0300
commit8febd68be526c9f256c5490dd4b094a70e1b91ba (patch)
treecba2348698bdacb234fca56e007186a5f3e0fd9e /tools/perf/scripts/python/syscall-counts-by-pid.py
parent3ea1cd8d027f189c044de142d58c4b0162396db3 (diff)
wifi: rtw89: packet offload wait for FW response
The H2Cs (host to chip packets) related to packet offload functions need to wait for FW responses in case FW state machine gets wrong and makes driver status no longer able to align FW one. In flow, driver may continuously send multiple H2Cs of packet offload series. If somehow FW doesn't deal with the former yet but the latter has gotten in, it might cause the problem mentioned above. So, we block these H2Cs by rtw89_wait_for_cond(). And then, when the corresponding C2Hs (chip to host packets) is received, we call rtw89_complete_cond(). Besides, RTW89_MAC_C2H_FUNC_PKT_OFLD_RSP's C2H handler should be executed in interrupt context to make our wait/complete process work as expected. Signed-off-by: Zong-Zhe Yang <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions