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 4E1F52BF1 for ; Thu, 22 Jun 2017 18:17:40 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C8C37207E0; Thu, 22 Jun 2017 12:17:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 22 Jun 2017 12:17:39 -0400 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:x-sasl-enc; s=mesmtp; bh=PTPWKG+BRqJXW5U ewo1AZdfSLsKU7c4JtFMa2gri2io=; b=Q+H8jRIFRb8sr63IxMMWYgE2GLuhPFT 1qiP1uloc/MGbMbu9kcdVRvhoSBYZJypWGeBQvzGuj6jVqYAnAiW8vmzltiCh/eE ZMmVHDq4SPPSfcYWpuixWMfqH8aPRe4vPAKHHWV7QxkSs+t/gu+Y1G0KBVA5bZ2J XH7hg6G94ajI= 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:x-sasl-enc; s= fm1; bh=PTPWKG+BRqJXW5Uewo1AZdfSLsKU7c4JtFMa2gri2io=; b=cz/YdL+N T2n8aRxRSMiPAnvhfKcjPbLFjUkOkgFd7r+nvUcSxRJsqa/J9svdQyOIaCdeGnxk keR18b/4WZ6irBnZdiS0qZGy7I1XMNqRmVTw14xaghW0WluT9gYSp36l7rfj8pcK 6wh0ehcNSEVeJV+hjvWogSHZgYAhqpTUD/zNqGFmJ1V9SVm2S+00K0xZ6BkKi5dW Sz2v9SWvJvte3lu2rnPYPN88qT5FlbKHrMWP1xE1rMDfhMjCE/Opnj/UnwBUgW6C 3DaKHfW3Xqf2IKSKg0ayeUYX4nJvKDKUyvHReFvk9wqMPtycj6itp5kVQk73ecPH oFwUZpJA/z/N7g== X-ME-Sender: X-Sasl-enc: 8JMnHx4YW361cPLVtG/PxKkZEOlIb3K4qZQoo2ncdJFO 1498148259 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 789F1246E7; Thu, 22 Jun 2017 12:17:39 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Stephen Hemminger Date: Thu, 22 Jun 2017 18:17:38 +0200 Message-ID: <2744561.oZm4kLcdaV@xps> In-Reply-To: <20170622155641.25916-4-stephen@networkplumber.org> References: <20170622155641.25916-1-stephen@networkplumber.org> <20170622155641.25916-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain 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, 22 Jun 2017 16:17:40 -0000 22/06/2017 17:56, Stephen Hemminger: > The PCI domain in Azure maybe 32 bits. When device is passed through > the domain is synthesize from the internal GUID. > > Signed-off-by: Stephen Hemminger > --- > drivers/net/mlx5/mlx5_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Do you want to update other drivers, or should we ask to PMD maintainers to do the update of their driver?