From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=YY7cGlFnCDvvNn7nQADa6gvJJ0ZhFHjiJ3a/RBLjRHc=; b=DVNHsuQoMhshXpNIloBD9P/BAPjjkp5Hl+Qz+9A3myPKzF4mvwCfFjiLpEdmD3znNY A75jN4ch2xXrqr+eZRH67O6fV9vD3uX8WAw5cJoGgjNMfMZTik3NIgfelN0fxApjIdc4 PgHHladAU/yHkjD1dzIKvmlA2Bd/F7wgjX9uacxFglX9tp99CLvMyN8NLQGNivRweGqw Z4s2T/hvwypJduE23qEocsQpoUr91n7Ssh+wTWA+mB5HlMIiGfUa66A6XLETC2xXgJmp YyNS4zMdsfmN5qaUc0uKRV/8pXfm5NKMRkVtBlcrzMWmnQ8WQ4KaUibt3EcwE9tPcYb+ ubpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=YY7cGlFnCDvvNn7nQADa6gvJJ0ZhFHjiJ3a/RBLjRHc=; b=Dtkhy6pyLYbp9z1W8WLeURTXZxqZjj7JePjkUNFswajGtOBGtSLokjgq7JeGtMCLm7 r/BSB1e+p4TEaqC7OLnUrOn/z1z3VBc9GwoZ0b8C/DalwG3Fn2jYTX0TyAOK1q3bcdMD 3TtEI89DQVAliAuP5YjUgM8QXl7jpSSuVe6oc0psvdsqyurPAc1W7DnVG027joNfwXXY iVUDEnl3hPb+7NTy96+VhK2r+Ui0vylDhz4wlFnze6b7Y+nm8lgMR72q09pscA5H9WM2 hB0Hmslm6zCcd8K4Vnpy0AWcSTERMFUYCZm7+FT1xYPneV1PavnOxRLJ4Ky4BxP3a+rW mYJw== X-Gm-Message-State: ALyK8tJH57QZtFZsIqp8td//1j1RSF5O6DFisc4Qa6dkPqdpZScLPr/s4iIghmGEson+2qdD X-Received: by 10.194.74.104 with SMTP id s8mr6645904wjv.20.1465913327849; Tue, 14 Jun 2016 07:08:47 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id d137sm4341848wmd.12.2016.06.14.07.08.46 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 14 Jun 2016 07:08:46 -0700 (PDT) From: Thomas Monjalon To: Jan Viktorin Cc: dev@dpdk.org, david.marchand@6wind.com Date: Tue, 14 Jun 2016 16:08:42 +0200 Message-ID: <3619975.NzbGfMYzOD@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1465911981-26372-1-git-send-email-viktorin@rehivetech.com> References: <1465911981-26372-1-git-send-email-viktorin@rehivetech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/test: remove rte_pci_dev_ids.h from pci_autotest 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 14:08:48 -0000 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