DPDK patches and discussions
 help / color / mirror / Atom feed
From: Tal Shnaiderman <talshn@nvidia.com>
To: <dev@dpdk.org>
Cc: <thomas@monjalon.net>, <pallavi.kadam@intel.com>,
	<dmitry.kozliuk@gmail.com>, <navasile@linux.microsoft.com>,
	<dmitrym@microsoft.com>, <jizh@linux.microsoft.com>,
	<aconole@redhat.com>
Subject: [dpdk-dev] [PATCH] app/test: enable crypto unit tests on Windows
Date: Wed, 15 Sep 2021 20:16:49 +0300	[thread overview]
Message-ID: <20210915171649.20200-1-talshn@nvidia.com> (raw)

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


             reply	other threads:[~2021-09-15 17:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15 17:16 Tal Shnaiderman [this message]
2021-10-05 13:52 ` [dpdk-dev] [EXT] " Akhil Goyal
2022-02-08 13:33   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210915171649.20200-1-talshn@nvidia.com \
    --to=talshn@nvidia.com \
    --cc=aconole@redhat.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=dmitrym@microsoft.com \
    --cc=jizh@linux.microsoft.com \
    --cc=navasile@linux.microsoft.com \
    --cc=pallavi.kadam@intel.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).