From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 3/3] mlx5: handle 32 bit PCI domain Date: Thu, 22 Jun 2017 18:17:38 +0200 Message-ID: <2744561.oZm4kLcdaV@xps> References: <20170622155641.25916-1-stephen@networkplumber.org> <20170622155641.25916-4-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger 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) In-Reply-To: <20170622155641.25916-4-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?