DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  test: fix bypassed out of place test
@ 2020-11-05 13:58 Fan Zhang
  2020-11-05 14:01 ` Dybkowski, AdamX
  0 siblings, 1 reply; 4+ messages in thread
From: Fan Zhang @ 2020-11-05 13:58 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, Fan Zhang

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@intel.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-15 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 13:58 [dpdk-dev] test: fix bypassed out of place test Fan Zhang
2020-11-05 14:01 ` Dybkowski, AdamX
2020-11-12 21:08   ` Akhil Goyal
2020-11-15 11:12     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).