numam-dpdk/drivers/crypto
Rebecca Troy c6de7bb69b crypto/qat: fix secure session check
Currently when running the dpdk-perf-test with DOCSIS
security sessions, a segmentation fault occurs. This
is due to the check being made that the session is not
equal to op->sym->sec_session. This check passes the
first time but on the second iteration fails and doesn't
create the build_request.

This commit fixes that error by getting the ctx first
from the private session data and then comparing ctx,
rather than op->sym->sec_session, with the sess.

Fixes: fb3b9f4922 ("crypto/qat: rework burst data path")
Cc: stable@dpdk.org

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Signed-off-by: Kai Ji <kai.ji@intel.com>
2022-07-05 17:44:10 +02:00
..
armv8 remove unnecessary null checks 2022-02-12 12:07:48 +01:00
bcmfs fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
caam_jr fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
ccp drivers/crypto: fix warnings for OpenSSL version 2022-06-01 16:26:35 +02:00
cnxk crypto/cnxk: decrement ESN to be used in session 2022-06-30 06:54:21 +02:00
dpaa2_sec crypto/dpaa2_sec: fix operation status for simple FD 2022-04-29 11:27:35 +02:00
dpaa_sec crypto/dpaa_sec: move cdb preparation to session create 2022-04-29 11:27:35 +02:00
ipsec_mb crypto/ipsec_mb: fix build with GCC 12 2022-06-15 09:37:35 +02:00
mlx5 crypto/mlx5: support plain text keys 2022-06-01 16:26:34 +02:00
mvsam remove unnecessary null checks 2022-02-12 12:07:48 +01:00
nitrox cryptodev: move device-specific structures 2021-10-20 15:33:16 +02:00
null remove unnecessary null checks 2022-02-12 12:07:48 +01:00
octeontx crypto/octeontx: pass sub-event type in event 2022-06-21 20:04:49 +02:00
openssl crypto/openssl: update DSA routine with 3.0 EVP API 2022-06-21 20:04:50 +02:00
qat crypto/qat: fix secure session check 2022-07-05 17:44:10 +02:00
scheduler crypto/scheduler: fix queue pair in scheduler failover 2022-06-21 20:04:50 +02:00
virtio replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
meson.build drivers: remove octeontx2 drivers 2022-01-12 15:36:32 +01:00