DPDK patches and discussions
 help / color / mirror / Atom feed
From: Nikhil Rao <nikhil.rao@intel.com>
To: thomas@monjalon.net, jerin.jacob@caviumnetworks.com
Cc: dev@dpdk.org, bruce.richardson@intel.com,
	Nikhil Rao <nikhil.rao@intel.com>,
	Abhinandan Gujjar <abhinandan.gujjar@intel.com>,
	"Erik G. Carrillo" <erik.g.carrillo@intel.com>
Subject: [dpdk-dev] [PATCH v2 2/2] test/event: add adapter tests to meson build
Date: Thu, 27 Sep 2018 11:16:15 +0530	[thread overview]
Message-ID: <1538027175-87290-2-git-send-email-nikhil.rao@intel.com> (raw)
In-Reply-To: <1538027175-87290-1-git-send-email-nikhil.rao@intel.com>

Add tests for event eth Rx, crypto and timer adapters to
meson build

Cc: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Cc: Erik G. Carrillo <erik.g.carrillo@intel.com>

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
---
 test/test/meson.build | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/test/meson.build b/test/test/meson.build
index b1dd6ec..1b2e8b7 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -33,7 +33,10 @@ test_sources = files('commands.c',
 	'test_efd.c',
 	'test_efd_perf.c',
 	'test_errno.c',
+	'test_event_crypto_adapter.c',
+	'test_event_eth_rx_adapter.c',
 	'test_event_ring.c',
+	'test_event_timer_adapter.c',
 	'test_eventdev.c',
 	'test_func_reentrancy.c',
 	'test_flow_classify.c',
@@ -151,7 +154,11 @@ test_names = [
 	'efd_autotest',
 	'efd_perf_autotest',
 	'errno_autotest',
+	'event_crypto_adapter_autotest',
+	'event_eth_rx_adapter_autotest',
+	'event_eth_rx_intr_adapter_autotest',
 	'event_ring_autotest',
+	'event_timer_adapter_autotest',
 	'eventdev_common_autotest',
 	'eventdev_octeontx_autotest',
 	'eventdev_sw_autotest',
-- 
1.8.3.1

  reply	other threads:[~2018-09-27  5:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 13:55 [dpdk-dev] [PATCH] " Nikhil Rao
2018-09-05 14:06 ` [dpdk-dev] [PATCH v2] " Nikhil Rao
2018-09-07 15:58   ` Bruce Richardson
2018-09-27  5:46 ` [dpdk-dev] [PATCH v2 1/2] test: fix event timer compiler warning Nikhil Rao
2018-09-27  5:46   ` Nikhil Rao [this message]
2018-09-27 11:09     ` [dpdk-dev] [PATCH v2 2/2] test/event: add adapter tests to meson build Bruce Richardson
2018-09-28 10:35       ` Jerin Jacob
2018-09-27 11:08   ` [dpdk-dev] [PATCH v2 1/2] test: fix event timer compiler warning Bruce Richardson
2018-09-28 10:36     ` Jerin Jacob

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=1538027175-87290-2-git-send-email-nikhil.rao@intel.com \
    --to=nikhil.rao@intel.com \
    --cc=abhinandan.gujjar@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=jerin.jacob@caviumnetworks.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).