DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: fix build without flow classify
@ 2017-10-25 15:17 Thomas Monjalon
  2017-10-25 16:36 ` Iremonger, Bernard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-10-25 15:17 UTC (permalink / raw)
  To: dev; +Cc: bernard.iremonger

The unit test for flow classify should be disabled
if the library is disabled in the configuration.

Fixes: 9c9befea4f57 ("test: add flow classify unit tests")
Cc: bernard.iremonger@intel.com

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 test/test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test/Makefile b/test/test/Makefile
index c2dbe40fd..bb54c9808 100644
--- a/test/test/Makefile
+++ b/test/test/Makefile
@@ -107,7 +107,7 @@ SRCS-y += test_table_tables.c
 SRCS-y += test_table_ports.c
 SRCS-y += test_table_combined.c
 SRCS-$(CONFIG_RTE_LIBRTE_ACL) += test_table_acl.c
-SRCS-$(CONFIG_RTE_LIBRTE_ACL) += test_flow_classify.c
+SRCS-$(CONFIG_RTE_LIBRTE_FLOW_CLASSIFY) += test_flow_classify.c
 endif
 
 SRCS-y += test_rwlock.c
-- 
2.14.2

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

* Re: [dpdk-dev] [PATCH] test: fix build without flow classify
  2017-10-25 15:17 [dpdk-dev] [PATCH] test: fix build without flow classify Thomas Monjalon
@ 2017-10-25 16:36 ` Iremonger, Bernard
  2017-10-25 22:38   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Iremonger, Bernard @ 2017-10-25 16:36 UTC (permalink / raw)
  To: Thomas Monjalon, dev; +Cc: Iremonger, Bernard

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Wednesday, October 25, 2017 4:18 PM
> To: dev@dpdk.org
> Cc: Iremonger, Bernard <bernard.iremonger@intel.com>
> Subject: [PATCH] test: fix build without flow classify
> 
> The unit test for flow classify should be disabled if the library is disabled in
> the configuration.
> 
> Fixes: 9c9befea4f57 ("test: add flow classify unit tests")
> Cc: bernard.iremonger@intel.com
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by:  Bernard Iremonger <bernard.iremonger@intel.com>

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

* Re: [dpdk-dev] [PATCH] test: fix build without flow classify
  2017-10-25 16:36 ` Iremonger, Bernard
@ 2017-10-25 22:38   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-10-25 22:38 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: dev

> > The unit test for flow classify should be disabled if the library is disabled in
> > the configuration.
> > 
> > Fixes: 9c9befea4f57 ("test: add flow classify unit tests")
> > Cc: bernard.iremonger@intel.com
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by:  Bernard Iremonger <bernard.iremonger@intel.com>

Applied

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

end of thread, other threads:[~2017-10-25 22:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 15:17 [dpdk-dev] [PATCH] test: fix build without flow classify Thomas Monjalon
2017-10-25 16:36 ` Iremonger, Bernard
2017-10-25 22:38   ` 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).