From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest Date: Wed, 15 Jun 2016 15:54:23 +0200 Message-ID: <4537816.WVFZVWNlat@xps13> References: <1465911981-26372-1-git-send-email-viktorin@rehivetech.com> <3619975.NzbGfMYzOD@xps13> <20160615115140.7b6f781a@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.marchand@6wind.com To: Jan Viktorin Return-path: Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by dpdk.org (Postfix) with ESMTP id EE9F9C4C2 for ; Wed, 15 Jun 2016 15:54:25 +0200 (CEST) Received: by mail-lb0-f177.google.com with SMTP id o4so1494823lbp.2 for ; Wed, 15 Jun 2016 06:54:25 -0700 (PDT) In-Reply-To: <20160615115140.7b6f781a@pcviktorin.fit.vutbr.cz> 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-06-15 11:51, Jan Viktorin: > On Tue, 14 Jun 2016 16:08:42 +0200 > Thomas Monjalon wrote: > > > 2016-06-14 15:46, Jan Viktorin: > > > There are 2 new fake devices for testing PCI infra. All the fake devices > > s/All the fake/All 3 fake/ > > > > are now identified by non-existing vendor and device IDs so there is no > > > real driver to bind to them. The testing drivers match those IDs. > > > > Why not removing the existing sysfs entries faking real devices? > > There is no reason to remove anything. All 3 devices are fakes. The original > one was changed to have fake IDs. > > Is it more clear now? Got it. Applied, thanks