From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix build without flow classify Date: Thu, 26 Oct 2017 00:38:19 +0200 Message-ID: <4773463.jzVYsKPGWc@xps> References: <20171025151739.5189-1-thomas@monjalon.net> <8CEF83825BEC744B83065625E567D7C24E057ABA@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Iremonger, Bernard" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 774F91B654 for ; Thu, 26 Oct 2017 00:38:22 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C24E057ABA@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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 > > Acked-by: Bernard Iremonger Applied