c6de7bb69b
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:
|
||
---|---|---|
.. | ||
dev | ||
qat_asym.c | ||
qat_asym.h | ||
qat_crypto.c | ||
qat_crypto.h | ||
qat_ec.h | ||
qat_sym_session.c | ||
qat_sym_session.h | ||
qat_sym.c | ||
qat_sym.h |