From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 44FA8F962
 for <dev@dpdk.org>; Wed, 29 Mar 2017 18:39:05 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=intel;
 t=1490805546; x=1522341546;
 h=from:to:cc:subject:date:message-id:in-reply-to: references;
 bh=S6E+wPCcTHx35t7GSq8SPczW3i09U96U9DOGbgOquKg=;
 b=C+wCHFlQMsXF7gFbhVv4U4d66GfwJbe69ZSBitLHiV7o1LAqILB3hTHw
 g8ZCyhZNZu96CamNZqi+F6eryP1o0A==;
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 29 Mar 2017 09:39:04 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.36,242,1486454400"; d="scan'208";a="241693919"
Received: from sivswdev01.ir.intel.com ([10.237.217.45])
 by fmsmga004.fm.intel.com with ESMTP; 29 Mar 2017 09:39:03 -0700
From: Bruce Richardson <bruce.richardson@intel.com>
To: thomas.monjalon@6wind.com
Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org,
 Bruce Richardson <bruce.richardson@intel.com>
Date: Wed, 29 Mar 2017 17:38:52 +0100
Message-Id: <20170329163856.10932-1-bruce.richardson@intel.com>
X-Mailer: git-send-email 2.8.4
In-Reply-To: <20170329140419.27149-1-bruce.richardson@intel.com>
References: <20170329140419.27149-1-bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/4] improve build coverage
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 29 Mar 2017 16:39:06 -0000

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

 config/common_base     | 2 +-
 devtools/test-build.sh | 6 +++---
 examples/Makefile      | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.9.3