This patch fixes bypassed out of place test for PMDs that support
it.
Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API")
Cc: [email protected]
Signed-off-by: Fan Zhang <[email protected]>
---
app/test/test_cryptodev.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index d7d7ab5c6..8189053c1 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -6771,9 +6771,6 @@ test_mixed_auth_cipher(const struct
mixed_cipher_auth_test_data *tdata,
return -ENOTSUP;
}
- if (op_mode == OUT_OF_PLACE)
- return -ENOTSUP;
-
/* Create the session */
if (verify)
retval = create_wireless_algo_cipher_auth_session(
--
2.26.2