From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] improve build coverage Date: Thu, 06 Apr 2017 21:45:14 +0200 Message-ID: <2478653.9mtuBhKHMk@xps13> References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329163856.10932-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wr0-f182.google.com (mail-wr0-f182.google.com [209.85.128.182]) by dpdk.org (Postfix) with ESMTP id BFC7E1DB1 for ; Thu, 6 Apr 2017 21:45:16 +0200 (CEST) Received: by mail-wr0-f182.google.com with SMTP id t20so78258475wra.1 for ; Thu, 06 Apr 2017 12:45:16 -0700 (PDT) In-Reply-To: <20170329163856.10932-1-bruce.richardson@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" 2017-03-29 17:38, Bruce Richardson: > This patch aims to increase the amount of code coverage we get when > doing a basic build of DPDK using the build tools and scripts. It does this > by enabling in our makefiles and default build configuration extra drivers > and examples which don't have extra external requirements. It then adjusts > the testbuild script to ensure it covers the test binary which was recently > removed from the default build. > > V2: corrected test-build additions for the autotest binary, since > test-build skips testpmd and the other apps. Therefore we need to run two > build commands to build everything. > > Bruce Richardson (4): > examples: enable performance-thread in examples build > config: enable crypto scheduler PMD by default > devtools: remove special case build for perf thread example > devtools: add autotest app to build script Applied with suggested modifications, thanks