From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B9C3FFC32 for ; Thu, 30 Mar 2017 09:46:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490859998; x=1522395998; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=ooxYZMBJNpUXuYEMrMb0Ly0gtNm5hgZrbeC+mVJpH04=; b=b5nGHKQy7ooiH3qwRr+mPFnzPBM5P8cDdQ3uBZrnJHMBXrCg3HeErmjZ tpXPeNQntvt7y6RPSRNDc4A6dRxJVw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 00:46:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,245,1486454400"; d="scan'208";a="82205478" Received: from kwisniew-mobl3.ger.corp.intel.com (HELO [10.252.6.26]) ([10.252.6.26]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2017 00:46:21 -0700 To: Bruce Richardson , thomas.monjalon@6wind.com References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329163856.10932-1-bruce.richardson@intel.com> <20170329163856.10932-4-bruce.richardson@intel.com> Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org From: Declan Doherty Message-ID: Date: Thu, 30 Mar 2017 08:46:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170329163856.10932-4-bruce.richardson@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/4] devtools: remove special case build for perf thread example X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 07:46:39 -0000 On 29/03/2017 5:38 PM, Bruce Richardson wrote: > Since performance-thread example app is now built as part of make examples > we don't need a special case line for it in testbuild.sh script > > Signed-off-by: Bruce Richardson > --- > devtools/test-build.sh | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/devtools/test-build.sh b/devtools/test-build.sh > index 5fed4c1..a38ffab 100755 > --- a/devtools/test-build.sh > +++ b/devtools/test-build.sh > @@ -237,9 +237,6 @@ for conf in $configs ; do > EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ > O=$(readlink -m $dir/examples) > ! echo $target | grep -q '^x86_64' || \ > - make -j$J -sC examples/performance-thread \ > - EXTRA_LDFLAGS="$DPDK_DEP_LDFLAGS" $verbose \ > - O=$(readlink -m $dir/examples/performance-thread) > unset RTE_TARGET > echo "################## $dir done." > unset dir > Acked-by: Declan Doherty