From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1B0BB8E9D for ; Mon, 23 Nov 2015 18:12:15 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 23 Nov 2015 09:11:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,337,1444719600"; d="scan'208";a="692687541" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga003.jf.intel.com with ESMTP; 23 Nov 2015 09:11:32 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.23]) by IRSMSX154.ger.corp.intel.com ([169.254.12.98]) with mapi id 14.03.0248.002; Mon, 23 Nov 2015 17:08:34 +0000 From: "Iremonger, Bernard" To: Jon DeVree , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] igb/e1000: Copy PCI device info after the rte_eal_process_type() check Thread-Index: AQHRJgHbxJpgMIHrg0ume43LofJLa56p1nLw Date: Mon, 23 Nov 2015 17:08:34 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C219F8A2DD@IRSMSX108.ger.corp.intel.com> References: <1448291633-14347-1-git-send-email-nuxi@vault24.org> In-Reply-To: <1448291633-14347-1-git-send-email-nuxi@vault24.org> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] igb/e1000: Copy PCI device info after the rte_eal_process_type() check 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: Mon, 23 Nov 2015 17:12:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jon DeVree > Sent: Monday, November 23, 2015 3:14 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] igb/e1000: Copy PCI device info after the > rte_eal_process_type() check >=20 > 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. >=20 > Signed-off-by: Jon DeVree Acked-by: Bernard Iremonger