From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/1] virtio: call rte_eth_copy_pci_info() later Date: Sun, 06 Dec 2015 23:37:40 +0100 Message-ID: <1880598.rljJMDz4GT@xps13> References: <1449242066-27257-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bernard Iremonger Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2B644937E for ; Sun, 6 Dec 2015 23:38:52 +0100 (CET) Received: by wmec201 with SMTP id c201so128970784wme.1 for ; Sun, 06 Dec 2015 14:38:52 -0800 (PST) In-Reply-To: <1449242066-27257-1-git-send-email-bernard.iremonger@intel.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" 2015-12-04 15:14, Bernard Iremonger: > call rte_eth_copy_pci_info() after the RTE_PCI_DRV_INTR_LSC > has been initialised. > > Fixes: eeefe73f0af1("drivers: copy PCI device info to ethdev data") > > Reported-by: Stephen Hemminger > Signed-off-by: Bernard Iremonger Applied, thanks