From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 14 Jun 2016 01:24:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="1001493747" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.7]) ([10.237.221.7]) by fmsmga002.fm.intel.com with ESMTP; 14 Jun 2016 01:23:56 -0700 To: Thomas Monjalon , Jan Viktorin References: <1465805550-30640-1-git-send-email-viktorin@rehivetech.com> <1465830465-30058-1-git-send-email-viktorin@rehivetech.com> <4509750.qyd85NoU3K@xps13> Cc: dev@dpdk.org, David Marchand , Bruce Richardson From: "Hunt, David" Message-ID: <575FBF1A.5080005@intel.com> Date: Tue, 14 Jun 2016 09:23:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <4509750.qyd85NoU3K@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 08:24:01 -0000 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.