diff options
author | 2024-01-19 17:12:38 +0100 | |
---|---|---|
committer | 2024-01-26 16:31:45 +0800 | |
commit | e1d54d153fc3e697b841999df7cbad51492def8e (patch) | |
tree | c71dd51563ad9cdd099adb8adfc4a7844b96423d /scripts/generate_rust_analyzer.py | |
parent | Linux 6.8-rc1 (diff) | |
download | linux-rng-e1d54d153fc3e697b841999df7cbad51492def8e.tar.xz linux-rng-e1d54d153fc3e697b841999df7cbad51492def8e.zip |
crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
The commit "crypto: qat - generate dynamically arbiter mappings"
introduced a regression on qat_402xx devices.
This is reported when the driver probes the device, as indicated by
the following error messages:
4xxx 0000:0b:00.0: enabling device (0140 -> 0142)
4xxx 0000:0b:00.0: Generate of the thread to arbiter map failed
4xxx 0000:0b:00.0: Direct firmware load for qat_402xx_mmp.bin failed with error -2
The root cause of this issue was the omission of a necessary function
pointer required by the mapping algorithm during the implementation.
Fix it by adding the missing function pointer.
Fixes: 5da6a2d5353e ("crypto: qat - generate dynamically arbiter mappings")
Signed-off-by: Damian Muszynski <damian.muszynski@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions