From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F18941B29A for ; Tue, 23 Jan 2018 19:13:33 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7289020A98; Tue, 23 Jan 2018 13:13:33 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 23 Jan 2018 13:13:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=eoAmYlJD0k1aWgwcreIkV2Q8Ud gz+3+Rertl9E1voko=; b=SUizs9+IGbEpzAWLinlR1WB61wMLUVO3/xH6oIrI9M kjGcnymm1tTCcv2I0noSZwhiq3DRDn6VP7X2MZsQT7A9Y5SZnLzrXHtC/d7R0Ov4 AjoC4mOHX1mcootnvWYMRs6OX44mhiAMpAGfG6V1GHHHJke2BTW+BDQBBdoy2lZ0 U= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=eoAmYl JD0k1aWgwcreIkV2Q8Udgz+3+Rertl9E1voko=; b=MsukTlOMFCkgImtG0G2hfe cKo6aK8Pkri6GCIqmsA8NMO0boREmH5YFX/Sy46Ev6g2VmvD2Mz7yD5APyjm3e8N cjawDLXAOFN/qS3BniolRA4c+8l8acMd0Scw7emSV6VrQM8S7J2gu05REe8lFKzW AdXglV/A6vWKswl6DCAdRFrGbapJJgOlSELx80ZCFynZBrRw8Si2p8jy7JY2S6om UM04QNiw8p5Q6kteiDx7B9UnQCGUWWVYOYLugQg7q9ZYuTI4q6IefvZ8kurteUo8 FhYIziO6dMAHrBLMyL3ZeK6WKdv2xRPGKgDx4Vxwd0Qv5ED2D/Qc1lqKiV4rKfKQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1F4DC24697; Tue, 23 Jan 2018 13:13:33 -0500 (EST) From: Thomas Monjalon To: =?ISO-8859-1?Q?Ga=EBtan?= Rivet Cc: Yuanhan Liu , Ferruh Yigit , dev@dpdk.org Date: Tue, 23 Jan 2018 19:12:54 +0100 Message-ID: <2483941.Hd2P4Cn0d2@xps> In-Reply-To: <20180123173708.yj6fc2uibmjpxplh@bidouze.vm.6wind.com> References: <1516114218-21501-1-git-send-email-yliu@fridaylinux.org> <3336592.DqqRBrUkFp@xps> <20180123173708.yj6fc2uibmjpxplh@bidouze.vm.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] doc: document the new devargs syntax 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: Tue, 23 Jan 2018 18:13:34 -0000 23/01/2018 18:37, Ga=EBtan Rivet: > So your proposition is more flexible, but I do not see how "driver" will > be used for matching. I guess I'll see. =46or now, I am not sure there are real examples of driver-specific properties to match. An example in my mind: Napatech can have ports with the same PCI address and they don't have any standard way of distinguishing them.