From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id AD1DCB3BA for ; Tue, 26 Aug 2014 17:54:52 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id x13so14649230wgg.31 for ; Tue, 26 Aug 2014 08:58:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=9FQj7tz3aIVcoo8CUCrEe1z8WZIW4L7sphAzpbGs2E0=; b=To39XrWw9+ln/ObedeSH3Bn6EF2A5hgwGwkI8GIl4lI0b2XWiCosniEsrlgR6OCi9S SDEHm5VZLPqowAuwKCDg8u3VVql46yJGv5Tp2T+mAIvBX469UQI7wOuJF5jfd9GiPYjQ CLD8k2sBL47JiAOqh65E7SsRr53g3H0No3Mrb2LN4JHbrOhKFUkV+c2+rJcxtXp2Pp/j 5ZsrrP+hQ67Fhk3MylGmIMDIg6qSwRa7KTrsMm+1PLakUyyfsXxa6gS4HB/dy/KJtIm/ kyim7bzAnRQ7D3pYOkFnp2QiI6+bzTuDhbDzf3/Y3nQYOW7VZlMjGbT9dWrU+v0a1WqH GY+Q== X-Gm-Message-State: ALoCoQky08Ym7kXha907jq+88cZsYfLWP/OQhYkw9qMGGczFTUvKMA1QhcmfDCQUVMc8qOaGZlEb X-Received: by 10.180.81.169 with SMTP id b9mr22466261wiy.10.1409068732995; Tue, 26 Aug 2014 08:58:52 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id gj3sm3731558wib.15.2014.08.26.08.58.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Aug 2014 08:58:52 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Tue, 26 Aug 2014 17:58:46 +0200 Message-ID: <2027989.q0106FzfWS@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140818125721.GA4278@sivswdev02.ir.intel.com> References: <1408361365-12988-1-git-send-email-david.marchand@6wind.com> <20140818125721.GA4278@sivswdev02.ir.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Tue, 26 Aug 2014 15:54:52 -0000 > > 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