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: Tue, 14 Jun 2016 16:08:42 +0200 Message-ID: <3619975.NzbGfMYzOD@xps13> References: <1465911981-26372-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@6wind.com To: Jan Viktorin Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 3E043961C for ; Tue, 14 Jun 2016 16:08:48 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id m124so124930361wme.1 for ; Tue, 14 Jun 2016 07:08:48 -0700 (PDT) In-Reply-To: <1465911981-26372-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" 2016-06-14 15:46, Jan Viktorin: > There are 2 new fake devices for testing PCI infra. All the fake devices > 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? Thanks