From: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list
Date: Wed, 12 Aug 2015 14:41:26 +0200 [thread overview]
Message-ID: <1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com> (raw)
test_table_ACL wasn't invoked when running table_autotest. Added this
test to table_tests array to make it run with other table tests.
Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
---
app/test/test_table_tables.c | 3 +++
app/test/test_table_tables.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/app/test/test_table_tables.c b/app/test/test_table_tables.c
index 88bebf8..a66e277 100644
--- a/app/test/test_table_tables.c
+++ b/app/test/test_table_tables.c
@@ -46,6 +46,9 @@ table_test table_tests[] = {
test_table_lpm_ipv6,
test_table_hash_lru,
test_table_hash_ext,
+#ifdef RTE_LIBRTE_ACL
+ test_table_ACL,
+#endif
};
#define PREPARE_PACKET(mbuf, value) do { \
diff --git a/app/test/test_table_tables.h b/app/test/test_table_tables.h
index b368623..3d31492 100644
--- a/app/test/test_table_tables.h
+++ b/app/test/test_table_tables.h
@@ -36,7 +36,7 @@ int test_table_lpm(void);
int test_table_lpm_ipv6(void);
int test_table_array(void);
#ifdef RTE_LIBRTE_ACL
-int test_table_acl(void);
+int test_table_ACL(void);
#endif
int test_table_hash_unoptimized(void);
int test_table_hash_lru(void);
--
1.7.9.5
next reply other threads:[~2015-08-12 12:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 12:41 Maciej Gajdzica [this message]
2015-08-12 12:41 ` [dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking offset Maciej Gajdzica
2015-08-13 10:50 ` Mrzyglod, DanielX T
2015-08-17 16:04 ` Thomas Monjalon
2015-08-12 12:52 ` [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list Thomas Monjalon
2015-08-12 12:58 ` Gajdzica, MaciejX T
2015-08-13 10:25 ` Gajdzica, MaciejX T
2015-08-17 14:12 ` Gajdzica, MaciejX T
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=1439383287-28447-1-git-send-email-maciejx.t.gajdzica@intel.com \
--to=maciejx.t.gajdzica@intel.com \
--cc=dev@dpdk.org \
/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).