DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] app/test: enable SG tests for cn10k
@ 2023-02-24  5:56 Tejasree Kondoj
  2023-02-27 18:23 ` Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Tejasree Kondoj @ 2023-02-24  5:56 UTC (permalink / raw)
  To: Akhil Goyal, Fan Zhang, Ciara Power; +Cc: Anoob Joseph, dev

Enabling Scatter Gather tests for cn10k.

Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
---
 app/test/test_cryptodev.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c
index aa831d79a2..10a631dd5f 100644
--- a/app/test/test_cryptodev.c
+++ b/app/test/test_cryptodev.c
@@ -10508,10 +10508,6 @@ test_ipsec_proto_sgl(const void *data __rte_unused)
 		.nb_segs_in_mbuf = 5
 	};
 
-	if (gbl_driver_id == rte_cryptodev_driver_id_get(
-			RTE_STR(CRYPTODEV_NAME_CN10K_PMD)))
-		return TEST_SKIPPED;
-
 	rte_cryptodev_info_get(ts_params->valid_devs[0], &dev_info);
 	if (!(dev_info.feature_flags & RTE_CRYPTODEV_FF_IN_PLACE_SGL)) {
 		printf("Device doesn't support in-place scatter-gather. "
-- 
2.25.1


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

* RE: [PATCH] app/test: enable SG tests for cn10k
  2023-02-24  5:56 [PATCH] app/test: enable SG tests for cn10k Tejasree Kondoj
@ 2023-02-27 18:23 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2023-02-27 18:23 UTC (permalink / raw)
  To: Tejasree Kondoj, Fan Zhang, Ciara Power; +Cc: Anoob Joseph, dev

> Subject: [PATCH] app/test: enable SG tests for cn10k
> 
test/crypto: enable SG tests for cn10k

> Enabling Scatter Gather tests for cn10k.

Removed PMD specific check in IPsec SG cases
> 
> Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied with above changes on dpdk-next-crypto

Thanks.


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

end of thread, other threads:[~2023-02-27 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24  5:56 [PATCH] app/test: enable SG tests for cn10k Tejasree Kondoj
2023-02-27 18:23 ` Akhil Goyal

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).