From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v4 21/23] ethdev: Move filling of rte_eth_dev_info->pci_dev to dev_infos_get() Date: Wed, 21 Dec 2016 12:09:53 -0800 Message-ID: <20161221120953.0282b531@xeon-e3> References: <1482332986-7599-1-git-send-email-jblunck@infradead.org> <1482332986-7599-22-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com, david.marchand@6wind.com To: Jan Blunck Return-path: Received: from mail-pg0-f41.google.com (mail-pg0-f41.google.com [74.125.83.41]) by dpdk.org (Postfix) with ESMTP id CE81810CC4 for ; Wed, 21 Dec 2016 21:10:01 +0100 (CET) Received: by mail-pg0-f41.google.com with SMTP id g1so49515372pgn.0 for ; Wed, 21 Dec 2016 12:10:01 -0800 (PST) In-Reply-To: <1482332986-7599-22-git-send-email-jblunck@infradead.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 21 Dec 2016 16:09:44 +0100 Jan Blunck wrote: > Only the device itself can decide its PCI or not. > > Signed-off-by: Jan Blunck > Acked-by: Shreyansh Jain > --- I would still like to kill dev_pci from the dev_info API.