From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/7] fix build errors Date: Tue, 26 Aug 2014 17:58:46 +0200 Message-ID: <2027989.q0106FzfWS@xps13> References: <1408361365-12988-1-git-send-email-david.marchand@6wind.com> <20140818125721.GA4278@sivswdev02.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <20140818125721.GA4278-IWE99D/oH1/+pXziaqXtF9h3ngVCH38I@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" > > 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) > > > > > 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 Applied for version 1.7.1. Glad to see some cleanup. Thanks -- Thomas