From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/10] Include resources in tests Date: Mon, 13 Jun 2016 20:32:27 +0200 Message-ID: <4509750.qyd85NoU3K@xps13> References: <1465805550-30640-1-git-send-email-viktorin@rehivetech.com> <1465830465-30058-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand , Bruce Richardson To: Jan Viktorin Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 50D7B5937 for ; Mon, 13 Jun 2016 20:32:30 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id v199so90091836wmv.0 for ; Mon, 13 Jun 2016 11:32:30 -0700 (PDT) In-Reply-To: <1465830465-30058-1-git-send-email-viktorin@rehivetech.com> 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" > 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