diff options
| author | Avinash Patil <[email protected]> | 2014-09-29 21:44:13 +0530 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2014-09-30 13:17:46 -0400 |
| commit | f73e557bca0609d0f997414a5b1403e3fadd5dea (patch) | |
| tree | c7e48f589a3f7dc12ee1e89f8a409c959d7f1ec3 /tools/perf/scripts/python/bin | |
| parent | b182427efa7dbd9ed301dea7aae8a5c0fbbe5e53 (diff) | |
mwifiex: fix soft lockup during iperf UDP RX
A soft lockup was observed on ARM multicore platform while UDP
RX iperf was running on station.
Reason for this is delay_main_task was not taken into consideration while
jumping to process_start. Now if delay_main_task is true, we would exit
mwifiex_main_process instead of going to process_start again.
This ensure other process is scheduled on this CPU and soft lockup is avoided.
Signed-off-by: Amitkumar Karwar <[email protected]>
Signed-off-by: Kevin Gan <[email protected]>
Signed-off-by: Marc Yang <[email protected]>
Signed-off-by: Avinash Patil <[email protected]>
Signed-off-by: Cathy Luo <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions