From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/7] fix build errors Date: Mon, 18 Aug 2014 13:57:21 +0100 Message-ID: <20140818125721.GA4278@sivswdev02.ir.intel.com> References: <1408361365-12988-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: Content-Disposition: inline In-Reply-To: <1408361365-12988-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Mon, Aug 18, 2014 at 01:29:18PM +0200, David Marchand wrote: > This patch series resolves build errors I encountered after disabling some parts > of the dpdk. > > - simplified app/*/Makefile, > - fixed some build error when disabling refcnt, > - removed dead code (reference to pm_autotest), > - reworked all the tests from app/test to use a dynamic register mechanism > (this makes it easier to enable/disable them), > - reworked app/test Makefile to only enable the relevant tests. > > Changes since v1: > - fixed typo in first patch (RTE_CONFIG.. in app/test/Makefile) > > -- > David Marchand > This looks like a good idea to me, simplifies the code and the boiler-plate work to be done when adding new tests. Series Acked-by: Bruce Richardson