From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb/e1000: Copy PCI device info after the rte_eal_process_type() check Date: Mon, 23 Nov 2015 22:39:49 +0100 Message-ID: <5667362.LdVLoV3ZTO@xps13> References: <1448291633-14347-1-git-send-email-nuxi@vault24.org> <8CEF83825BEC744B83065625E567D7C219F8A2DD@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jon DeVree Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 24D528E87 for ; Mon, 23 Nov 2015 22:41:06 +0100 (CET) Received: by wmuu63 with SMTP id u63so72382621wmu.0 for ; Mon, 23 Nov 2015 13:41:06 -0800 (PST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F8A2DD@IRSMSX108.ger.corp.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" > > This fixes a bug added to these two drivers by eeefe73 (drivers: copy PCI > > device info to ethdev data) which causes the pci info seen by the primary > > process to become invalidated by secondary process startup. > > This call was added after the process type check in the other drivers. > > > > Signed-off-by: Jon DeVree > > Acked-by: Bernard Iremonger Applied, thanks.