From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 100781B587 for ; Thu, 11 Oct 2018 14:02:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 99BB4202F2; Thu, 11 Oct 2018 08:02:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 11 Oct 2018 08:02:20 -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=mesmtp; bh=SJVEaTydp/aGnTu6KLoXKZ1otJeyReikijmwYYExIA4=; b=c/k4ZeiUkkl1 VLlgfhYIHed+TLxnCdql59KCSdYibDXjjY4HWfCNrATxpyVKqCVIKGvmTAa2exlK U5w9BPsstiKlU0yjBbVeW/hPdu3WVdPo3ZN7+J/ss9kuLW2Hs/4n9+5x5TIB4jOE B647LyT/xvxJ44AL7Yyh2utRgwsbGJI= 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=SJVEaTydp/aGnTu6KLoXKZ1otJeyReikijmwYYExI A4=; b=nlyQzhOScG6+pidS5uJEDjyJ/JrA2tWD3PO+ceWeQO8fnxxZtTu879Qhb /dSSMTOupZE3Dtl1G941qr5ysNe2AT55hTY5eEGdsB+3DmTVKj03+6pC+IaXCNkC 0h6jadFH0Pv6oNKkHOPqUFfr3kKO7cfdbOLDaVF2idsYWatHuGQR7sbcUwQCA7cq 27RnSByMEFPEyCA1gm/Yegp/hhzevb2PBC3byROn9Omh/xjQ2z82zGqGVYLTR5pw HRyPEzPpKamYXuY11WIsD+1mO2NR/Sk1kdgEzgCggKofWAJUqBKOexWH9bPXOmkh B/Cak6g+wpNd0BRL6Kgc3VIoec6eQ== X-ME-Sender: 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 2FCC4E40E6; Thu, 11 Oct 2018 08:02:19 -0400 (EDT) From: Thomas Monjalon To: Andrew Rybchenko , gaetan.rivet@6wind.com Cc: dev@dpdk.org Date: Thu, 11 Oct 2018 14:02:18 +0200 Message-ID: <6400202.O418JMh5IV@xps> In-Reply-To: References: <20181003194039.7202-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] bus/pci: rename devargs parameter id to addr 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: , X-List-Received-Date: Thu, 11 Oct 2018 12:02:21 -0000 10/10/2018 08:48, Andrew Rybchenko: > On 10/3/18 10:40 PM, Thomas Monjalon wrote: > > We could match devices by their PCI id (vendor id, device id, etc). > > But for now, only matching by PCI address is implemented. > > The devargs parameter "id" is renamed "addr" to reflect its real meaning. > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: Andrew Rybchenko Series applied