* [dpdk-dev] [PATCH] app/test: enable crypto unit tests on Windows
@ 2021-09-15 17:16 Tal Shnaiderman
2021-10-05 13:52 ` [dpdk-dev] [EXT] " Akhil Goyal
0 siblings, 1 reply; 3+ messages in thread
From: Tal Shnaiderman @ 2021-09-15 17:16 UTC (permalink / raw)
To: dev
Cc: thomas, pallavi.kadam, dmitry.kozliuk, navasile, dmitrym, jizh, aconole
Enable cryptography unit tests on Windows supported crypto PMDs.
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
---
Depends-on: series-18674 ("app/test: enable subset of tests on Windows")
Depends-on: patch-98942 ("security: build on Windows")
---
app/test/meson.build | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/test/meson.build b/app/test/meson.build
index 108995db21..47df72d788 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -22,6 +22,10 @@ test_sources = files(
'test_cmdline_num.c',
'test_cmdline_portlist.c',
'test_cmdline_string.c',
+ 'test_cryptodev.c',
+ 'test_cryptodev_asym.c',
+ 'test_cryptodev_blockcipher.c',
+ 'test_cryptodev_security_pdcp.c',
'test_common.c',
'test_cpuflags.c',
'test_crc.c',
@@ -92,6 +96,7 @@ test_deps = [
'bitratestats',
'cfgfile',
'cmdline',
+ 'cryptodev',
'efd',
'ethdev',
'hash',
@@ -105,6 +110,7 @@ test_deps = [
'stack',
'telemetry',
'timer',
+ 'security',
]
# Each test is marked with flag true/false
@@ -183,10 +189,6 @@ if not is_windows
'test_bpf.c',
'test_cksum.c',
'test_cmdline_ipaddr.c',
- 'test_cryptodev.c',
- 'test_cryptodev_asym.c',
- 'test_cryptodev_blockcipher.c',
- 'test_cryptodev_security_pdcp.c',
'test_debug.c',
'test_distributor.c',
'test_distributor_perf.c',
@@ -244,7 +246,6 @@ if not is_windows
test_deps += [
'acl',
'bpf',
- 'cryptodev',
'distributor',
'eventdev',
'fib',
@@ -256,7 +257,6 @@ if not is_windows
'pipeline',
'port',
'rawdev',
- 'security',
]
fast_tests += [
--
2.16.1.windows.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] app/test: enable crypto unit tests on Windows
2021-09-15 17:16 [dpdk-dev] [PATCH] app/test: enable crypto unit tests on Windows Tal Shnaiderman
@ 2021-10-05 13:52 ` Akhil Goyal
2022-02-08 13:33 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Akhil Goyal @ 2021-10-05 13:52 UTC (permalink / raw)
To: Tal Shnaiderman, dev
Cc: thomas, pallavi.kadam, dmitry.kozliuk, navasile, dmitrym, jizh, aconole
> Enable cryptography unit tests on Windows supported crypto PMDs.
>
> Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
> ---
> Depends-on: series-18674 ("app/test: enable subset of tests on Windows")
> Depends-on: patch-98942 ("security: build on Windows")
> ---
Acked-by: Akhil Goyal <gakhil@marvell.com>
Delegating this patch to Thomas, as dependent series are delegated to Thomas as well.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [EXT] [PATCH] app/test: enable crypto unit tests on Windows
2021-10-05 13:52 ` [dpdk-dev] [EXT] " Akhil Goyal
@ 2022-02-08 13:33 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2022-02-08 13:33 UTC (permalink / raw)
To: Tal Shnaiderman
Cc: dev, pallavi.kadam, dmitry.kozliuk, navasile, dmitrym, jizh,
aconole, Akhil Goyal
05/10/2021 15:52, Akhil Goyal:
> > Enable cryptography unit tests on Windows supported crypto PMDs.
> >
> > Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
> > ---
> > Depends-on: series-18674 ("app/test: enable subset of tests on Windows")
> > Depends-on: patch-98942 ("security: build on Windows")
> > ---
> Acked-by: Akhil Goyal <gakhil@marvell.com>
>
> Delegating this patch to Thomas, as dependent series are delegated to Thomas as well.
The dependencies are merged but I am not sure something is required
to enable crypto unit tests on Windows.
Please check what was done during the latest reworks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-08 13:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 17:16 [dpdk-dev] [PATCH] app/test: enable crypto unit tests on Windows Tal Shnaiderman
2021-10-05 13:52 ` [dpdk-dev] [EXT] " Akhil Goyal
2022-02-08 13:33 ` 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).