From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Sun,  6 Dec 2015 23:38:52 +0100 (CET)
Received: by wmec201 with SMTP id c201so128970784wme.1
 for <dev@dpdk.org>; Sun, 06 Dec 2015 14:38:52 -0800 (PST)
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:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=4USX0XFTqtDCtAtUHKbBIMKHSqa/qqtO+AETtDsK2+w=;
 b=E2AuXO0IPGNcizQplrQplvTwEn7ojkNEme3/wy8RopMiJNJ7wzV4A0ahUB3G7I6ZMa
 Ox3ne0p83Er57p+iPJVozIRVDazVfLRL2SRCUyVHu46Rf4/xVP/BnZ3OB7wph+iWkxtJ
 zNoeCaXTG+Ig4crodWaFxn+qBFfdN8a6FntFsKcbQJoMgFZ186DrRV52/QBg6tmKF8XQ
 nkvTQ0B1yZKMv+tQqxtlQ9ouDBgP0J7wiRrs+qfM6q+boj34VcrCVKMRtufMQ9nWIYC8
 6wWbv3voW1CBBN5sJtWq9azv01ckEhDxmeDQ2+VV85yE0L6T10uaseLHr4fFXLRWSdbY
 a6+Q==
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=4USX0XFTqtDCtAtUHKbBIMKHSqa/qqtO+AETtDsK2+w=;
 b=TbnnZz6X7nRmk1GhzYkFZHmrp3lUTorseb4+wZpCGH2bIl+0t+8RGkpncpnqdKm0rP
 2aotVcX3ruqtCnAhiieQemNX7iMAYmNuo/sQTpR8BzyuquNhKDOmECxxPDGzQegIbHQ3
 EcOT0IwWvDVzsEEg2U5f2WYy8gzivEp3uN/43Le7OCt4MG3tpFGceVFqlB/aUiDpEBru
 sJIbBHr3fh/3mir0NKZCoQlJqhkP1cSVW0LdYD9Cfwi4ZDXGuZypAnFnhJ8zq+DUCljZ
 NEOy6B4oZFlK7gktiu7Mon/yKiDrof/d4lvnMlIFa+2t2CHf83ZGlhGCX5RKcbgr12zy
 MAxg==
X-Gm-Message-State: ALoCoQkXJ4PGsZ4j84kv1GAqqV+SoW/kdIwxWuneoOJ9qi70Hyh2UoWIx/VnidC7a8DkffR2/QoF
X-Received: by 10.194.133.233 with SMTP id pf9mr29447935wjb.71.1449441532033; 
 Sun, 06 Dec 2015 14:38:52 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id u205sm13642404wmb.12.2015.12.06.14.38.51
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 06 Dec 2015 14:38:51 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bernard Iremonger <bernard.iremonger@intel.com>
Date: Sun, 06 Dec 2015 23:37:40 +0100
Message-ID: <1880598.rljJMDz4GT@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1449242066-27257-1-git-send-email-bernard.iremonger@intel.com>
References: <1449242066-27257-1-git-send-email-bernard.iremonger@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/1] virtio: call rte_eth_copy_pci_info()
	later
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Dec 2015 22:38:52 -0000

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 <stephen@networkplumber.org>
> Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>

Applied, thanks