Re: [dpdk-dev] [PATCH] test: fix build without flow classify

2017-10-25 Thread Thomas Monjalon
> > 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.iremon...@intel.com > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Bernard Iremonger Appli

Re: [dpdk-dev] [PATCH] test: fix build without flow classify

2017-10-25 Thread Iremonger, Bernard
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, October 25, 2017 4:18 PM > To: dev@dpdk.org > Cc: Iremonger, Bernard > Subject: [PATCH] test: fix build without flow classify > > The unit test for flow classify should be disabled if the library

[dpdk-dev] [PATCH] test: fix build without flow classify

2017-10-25 Thread Thomas Monjalon
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.iremon...@intel.com Signed-off-by: Thomas Monjalon --- test/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion