From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AD809B374 for ; Mon, 18 Aug 2014 14:54:10 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 18 Aug 2014 05:57:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,886,1400050800"; d="scan'208";a="578184677" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2014 05:57:22 -0700 Date: Mon, 18 Aug 2014 13:57:21 +0100 From: Bruce Richardson To: David Marchand 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 Content-Disposition: inline In-Reply-To: <1408361365-12988-1-git-send-email-david.marchand@6wind.com> Organization: Intel Shannon Limited. Registered in Ireland. Registered Office: Collinstown Industrial Park, Leixlip, County Kildare. Registered Number: 308263. Business address: Dromore House, East Park, Shannon, Co. Clare. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/7] fix build errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 12:54:11 -0000 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