The print statement had a typo, "sesionless" should have been
"sessionless". This is now fixed.
Fixes:
afcfa2fd0431 ("test/crypto: check session-less support")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
if (t->feature_mask & BLOCKCIPHER_TEST_FEATURE_SESSIONLESS) {
if (!(feat_flags & RTE_CRYPTODEV_FF_SYM_SESSIONLESS)) {
- printf("Device doesn't support sesionless operations "
+ printf("Device doesn't support sessionless operations "
"Test Skipped.\n");
snprintf(test_msg, BLOCKCIPHER_TEST_MSG_LEN,
"SKIPPED");