changes in v3: - fix checkpatch warning - changes were accidently done in test_pdcp_proto_SGL instead of test_pdcp_proto. Fixed.
Changes in v2: updated test and test-crypto-perf for better test coverage to include both HFN override and per session HFN in testing. *** BLURB HERE *** Akhil Goyal (3): drivers/crypto: fix 18bit PDCP cases with HFN override test/crypto: update PDCP HFN scenarios test/crypto-perf: add option to enable session HFN app/test-crypto-perf/cperf_ops.c | 11 +++-- app/test-crypto-perf/cperf_options.h | 3 ++ app/test-crypto-perf/cperf_options_parsing.c | 13 ++++++ app/test/test_cryptodev.c | 21 +++++++++- doc/guides/tools/cryptoperf.rst | 4 ++ drivers/common/dpaax/caamflib/desc/pdcp.h | 44 ++++++++++++++++++++ drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 ++++ drivers/crypto/dpaa_sec/dpaa_sec.c | 33 +++------------ 8 files changed, 105 insertions(+), 32 deletions(-) -- 2.17.1