From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49])
 by dpdk.org (Postfix) with ESMTP id C95AC6A87
 for <dev@dpdk.org>; Tue, 14 Jun 2016 10:37:36 +0200 (CEST)
Received: by mail-wm0-f49.google.com with SMTP id v199so110199367wmv.0
 for <dev@dpdk.org>; Tue, 14 Jun 2016 01:37:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=SgWY9KB6dlqHbvetYzn/3dYtHEHH1nkl+bFrReY1YTA=;
 b=ktlnvUhWM7HggLDkm99SV89Wq/2RyDih/pjHT6KTDHa8xso2oG0Y/dJaav+mDdcKod
 2VUwEXGxGRy7XHPVtolJEq20mNpoeY3HKeIVcXlOjX/9UDtyxfEcTEhdxAz9TZPWpeTR
 Lo2yVJe0gVjA2bBD2LedOtBYxvN1oXK6fhTyrKnHV7p+0zQxAtEVI2AmOH7MPX5E2+OP
 /vGM6D3R2nz23Xd+ApZqg1ghBMVROamsPf+nurLSVeK2UUhsEpXk/QNpMGsj50lLB4l6
 rRh+xNlCDdMVz0/utHSVnIk1TQJVoWUEEbac4fFqBrdshvM19Yp2e7btlclWoOHJl8Is
 NLCw==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=SgWY9KB6dlqHbvetYzn/3dYtHEHH1nkl+bFrReY1YTA=;
 b=N4T+1rocNc5ZaM1B5mhxQ96TmGC8+awOrfDlUUbh44S9DwMqQF2tT7kQ4tYHMW2b8L
 4/GVgGb4FFi++BFUwd8XGENU1vw4xi57C23M8xJgQfinbsCGuKkJPBGwqp5F9nePfDfa
 3qNAPiLsdGZ2rtMODFs3/5AgE+B8trqnKdBBGisF+1DyeRJCj0teyGBj9M80B2RzdV9K
 XcyPbddzjSL/SEdGST3MI4uOjOE0CSa4LJtax5tB4GJshsP4kdnz4mQzQ6o7Zm46Etw+
 Absds8JMDdKNFVt15U1vImDMY5yEe9UZO7hAT2aZpF7eIBXoOKJhO1yamzcuFCcWTNqt
 60FQ==
X-Gm-Message-State: ALyK8tJGBmV/lCFLmrwPcR0OLK09s9CSk8PmJ18cSwDHtZYeJR1Oltn/YYX46VMLE596B71R
X-Received: by 10.194.22.169 with SMTP id e9mr4961844wjf.128.1465893456597;
 Tue, 14 Jun 2016 01:37:36 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id a129sm2915202wma.2.2016.06.14.01.37.35
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 14 Jun 2016 01:37:35 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Hunt, David" <david.hunt@intel.com>
Cc: Jan Viktorin <viktorin@rehivetech.com>, dev@dpdk.org,
 David Marchand <david.marchand@6wind.com>,
 Bruce Richardson <bruce.richardson@intel.com>
Date: Tue, 14 Jun 2016 10:37:34 +0200
Message-ID: <3517273.pPdyYpA4Yb@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <575FBF1A.5080005@intel.com>
References: <1465805550-30640-1-git-send-email-viktorin@rehivetech.com>
 <4509750.qyd85NoU3K@xps13> <575FBF1A.5080005@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v5 00/10] Include resources in tests
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Tue, 14 Jun 2016 08:37:36 -0000

2016-06-14 09:23, Hunt, David:
> 
> On 13/6/2016 7:32 PM, Thomas Monjalon wrote:
> >> Jan Viktorin (10):
> >>    app/test: introduce resources for tests
> >>    mk: define objcopy-specific target and arch
> >>    app/test: support resources externally linked
> >>    app/test: add functions to create files from resources
> >>    app/test: support resources archived by tar
> >>    app/test: use linked list to store PCI drivers
> >>    app/test: extract test_pci_setup and test_pci_cleanup
> >>    app/test: convert current pci_test into a single test case
> >>    eal/pci: allow to override sysfs
> >>    app/test: do not dump PCI devices in blacklist test
> > Applied, thanks
> 
> Hi all,
> Since this patch adds a dependency on libarchive-devel, should we have an
> entry in sys_reqs.rst? My fedora build was broken until I added that 
> package.

You're right.
I'm working on a patch to make it optional.