commit | fde2e91eeb1dcbea0e1eeeb64ca9ef701e083dc8 | [log] [tgz] |
---|---|---|
author | c_athand <athand@codeaurora.org> | Tue Jan 10 15:40:12 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jan 17 21:31:37 2017 -0800 |
tree | db1cf15173f1a8da3cc238501381b4a5244389b9 | |
parent | e4815b9def8eff4f0f2c8335003c2e53b78466b2 [diff] |
[qca-nss-drv] Fix NSS Core-1 hang during IPsec NSS Core-1 hangs during IPsec start, after NSS is scaled down to Idle frequency. This is a random behavior. The Frequency workqueue handler which can be executed by NSS autoscale handler and Crypto session create function is prone to race condition. Add Mutex lock for frequency handler to avoid this scenario. Change-Id: I9d15dd71ce5aa5d8edf0af22a9ee7c394976e0d5 Signed-off-by: c_athand <athand@codeaurora.org>