From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6CACAA04B7; Tue, 13 Oct 2020 23:02:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE2E41DB18; Tue, 13 Oct 2020 23:02:33 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id C1FA01DB14 for ; Tue, 13 Oct 2020 23:02:30 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 15CA25C00E8; Tue, 13 Oct 2020 17:02:29 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 13 Oct 2020 17:02:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= kKX3Clhovjh1aQcDNePpDCOdl4gNHO5vCO976tGA0JI=; b=ZlnwnEvZ0TP0Rx/o yBRoz30lmOJBb/LGCTOQXfCQN6dQk4zdQNoil850OqYVy3U378ONTBYl6P8k8Jyr LV9SfesJjENUVoX+v9pptKrdWz2AKG8g03t+QZtTjzo09Bng9Gtglny76oAikEay QJah5Nq4Y3oAXfRlaFNR+RHnkGqx25vvOmeFT7nVmxFh0Eoj9yMr1HC+o3jf/R4d qFFifvKiLNpdlD0Wg5eFyjOjuFwocS/g4SCapgK9oSOrToSp98kuWPTo2aMPn27p VCJpbOh8rc9+S9EEtduQ/tStMAMzfAjvBgltlm82l6DmpIJwoZQE7m6cbqhCDhlb R6IEjg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=kKX3Clhovjh1aQcDNePpDCOdl4gNHO5vCO976tGA0 JI=; b=JCUcqTh2nXixF7HK8hMmDvR60xmibonyP8cz7FtIOeV+Y/9jinc3zG2HQ J+fjDfVwiv+eWFN72Q7goezuLx5hbLnHKw75X5RFZ5MplLdkFhR+vM2fZp1Rv1V4 d8WERXcIiYJrymsFttCmDiVfDYhHfEoS3ndKo+IxtWoHnpTvmkuIpAkpHZIfYPPG XPda3pMbb177JcwHocmhhN1LHzEzDecCyqAQANW8XYs/837zeKbejZ8Z/atudjtl 1R0gHZldu+pp17pFcc1QlgW5b7iAfB7BGCfa6S9GawDzRui2NJI+gEhkv+v85Wza 6rm5qQPCGewI4or8aKRHIEwW2Imrg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrheelgdduheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F209F306467D; Tue, 13 Oct 2020 17:02:27 -0400 (EDT) From: Thomas Monjalon To: Jim Harris Cc: dev@dpdk.org Date: Tue, 13 Oct 2020 23:02:26 +0200 Message-ID: <3938834.ZkEFYP3Q5N@thomas> In-Reply-To: <20201013170316.37863-1-james.r.harris@intel.com> References: <20201012220136.6618-1-james.r.harris@intel.com> <20201013170316.37863-1-james.r.harris@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] pci/linux: copy new id for inserted device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/10/2020 19:03, Jim Harris: > When a device is inserted into an existing BDF slot > that has not been probed, we must overwrite the old > PCI ID with the ID of the new function. Otherwise > we may not probe the function with the correct driver, > if at all. > > Signed-off-by: Jim Harris Applied, thanks