From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 08/11] app/test: convert current pci_test into a single test case Date: Thu, 12 May 2016 17:34:13 +0200 Message-ID: <1590761.7jRYD2v3H6@xps13> References: <1462904011-29838-1-git-send-email-viktorin@rehivetech.com> <1462904011-29838-9-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-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 086116CC1 for ; Thu, 12 May 2016 17:34:15 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id a17so142788546wme.0 for ; Thu, 12 May 2016 08:34:15 -0700 (PDT) In-Reply-To: <1462904011-29838-9-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" 2016-05-10 20:13, Jan Viktorin: > The current test_pci is just a single test case that tests the blacklisting > of devices. Rename it to test_pci_blacklist and call it from the test_pci. The functions are also moved. It is confusing. Maybe this patch can be squashed with the previous one.