DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list
@ 2015-08-12 12:41 Maciej Gajdzica
  2015-08-12 12:41 ` [dpdk-dev] [PATCH 1/1] test_table: fixed failing unit tests checking offset Maciej Gajdzica
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maciej Gajdzica @ 2015-08-12 12:41 UTC (permalink / raw)
  To: dev

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

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

end of thread, other threads:[~2015-08-17 16:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12 12:41 [dpdk-dev] [PATCH 1/1] test_table: added ACL table test to the list Maciej Gajdzica
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

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