diff options
author | Ahsan Atta <ahsan.atta@intel.com> | 2024-10-07 14:42:40 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-10-19 08:44:30 +0800 |
commit | 70199359902f1c7187dcb28a1be679a7081de7cc (patch) | |
tree | f35f5df8e71db7e264c1d506f35c22af592b59e6 /drivers/crypto/qcom-rng.c | |
parent | 5c20772738e1d1d7bec41664eb9d61497e53c10e (diff) |
crypto: qat - remove faulty arbiter config reset
Resetting the service arbiter config can cause potential issues
related to response ordering and ring flow control check in the
event of AER or device hang. This is because it results in changing
the default response ring size from 32 bytes to 16 bytes. The service
arbiter config reset also disables response ring flow control check.
Thus, by removing this reset we can prevent the service arbiter from
being configured inappropriately, which leads to undesired device
behaviour in the event of errors.
Fixes: 7afa232e76ce ("crypto: qat - Intel(R) QAT DH895xcc accelerator")
Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qcom-rng.c')
0 files changed, 0 insertions, 0 deletions