From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v5 00/10] Include resources in tests Date: Tue, 14 Jun 2016 09:23:54 +0100 Message-ID: <575FBF1A.5080005@intel.com> References: <1465805550-30640-1-git-send-email-viktorin@rehivetech.com> <1465830465-30058-1-git-send-email-viktorin@rehivetech.com> <4509750.qyd85NoU3K@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, David Marchand , Bruce Richardson To: Thomas Monjalon , Jan Viktorin Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3B4EA6CA1 for ; Tue, 14 Jun 2016 10:24:01 +0200 (CEST) In-Reply-To: <4509750.qyd85NoU3K@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Regards, Dave.