From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=ibc3bvtylUOp8hzNRKKxgImj0zep0RDrahKx0vMU3Q4=; b=WIgcpcWiWEjMJGQ4jcWOPZnuu6mX7hjCKIFy3vO3sXwcQ56aghl6TspHJePFoV/Wko fCMrVd/4DzUSd6B+87YrPmznS/2c7EeJh+oBtHnAxY5SlHcyxq1rRYQI8R1003ZWeBCe o4+CYgOoDDxx4eFYs5ANCLd4tmnCP8J7gx+5dICP+0IahqxXcivF34R3tQSUWR3ujUOL MkmmTT870zikaJREe/JLZfaSEUEha/I3jJ69rzVzC90ybmxrqgMUa4Jc5CmV22hIYFm8 vjHsddbwThBtSBy/fXBp9U76qo3EFvWBOfKnmzVhBIeJQ69RkSUW5ml7bIoTPra47tiL 4Pqw== 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=ibc3bvtylUOp8hzNRKKxgImj0zep0RDrahKx0vMU3Q4=; b=WFz+CNTKB9oQv/aRFOUNyfYFtNC2B67079ygvFhjeOXw95xM74DkUHg8k+I7NzMXhK idaVsor7W5Xyp35g9WPa9rWQHXRUrYUYj3aqeBB1r2qngkIYnALYQGitiLs/Gp9zBoF8 edGv7mAf9qL1w3ZkT+jwPFRFcQePD66U61A0+kdBH6u21tRCzDcfFHeMA9W7EWJx2Xsm s0Gb9+JN0hnt6P+rhq8sq9w0VNzdcy4PB7rcBmDeQeydecwKnKMVJpxt7ZO4W3w0aPsC fEByPGSdgxedp2GjsYDShiU8WghouFqF1EC+FsIQA1HvarNzc+jzTAsx8ehEaAXVwxak v2zw== X-Gm-Message-State: ALyK8tKN5KSzDXlAfodAXOy/1y3GoZeSY88J8FFK4sw/68EMoz5REAwa2ubbVS3n/BEFyYMV X-Received: by 10.28.85.69 with SMTP id j66mr12088675wmb.91.1465998865382; Wed, 15 Jun 2016 06:54:25 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id t198sm9789665wmt.16.2016.06.15.06.54.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2016 06:54:24 -0700 (PDT) From: Thomas Monjalon To: Jan Viktorin Cc: dev@dpdk.org, david.marchand@6wind.com Date: Wed, 15 Jun 2016 15:54:23 +0200 Message-ID: <4537816.WVFZVWNlat@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160615115140.7b6f781a@pcviktorin.fit.vutbr.cz> References: <1465911981-26372-1-git-send-email-viktorin@rehivetech.com> <3619975.NzbGfMYzOD@xps13> <20160615115140.7b6f781a@pcviktorin.fit.vutbr.cz> 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: Wed, 15 Jun 2016 13:54:26 -0000 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