[dpdk-dev] test: fix bypassed out of place test

Fan Zhang roy.fan.zhang at intel.com
Thu Nov 5 14:58:57 CET 2020


This patch fixes bypassed out of place test for PMDs that support
it.

Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API")
Cc: roy.fan.zhang at intel.com

Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
---
 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



More information about the dev mailing list