From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6A6DA37A0
 for <dev@dpdk.org>; Thu, 22 Jun 2017 19:04:56 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id DCA9020B6C;
 Thu, 22 Jun 2017 13:04:55 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Thu, 22 Jun 2017 13:04:55 -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=QngNyGEsRSmRDQf
 Jgf9THjiths1zboO9xChWY7iN7uY=; b=OF0Y6zevRKPLd2icdRIYxR0yRJ/067G
 vbIahHXAiDlt8Q4tHKsL4PCaJrag0KqyPPJ9a4cbcw43Wx9mRGrrpXbSF/4+VGvV
 vuGTOaaFgPLDcN9aLgEdc9QWkSTx3ADS4N7OGxrFqYoQQ94QVOn7EDnwGo2SQW43
 hdnUJ1kspKlw=
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=QngNyGEsRSmRDQfJgf9THjiths1zboO9xChWY7iN7uY=; b=flNv2Sy6
 lYYK2+bLJme5jelSDEsPsYZLqpu+ypn1B8cms8xToi9VHjLA/oXXTC9plUUxnee/
 xtimrULhIl1MO0hS7pfabwBR/3HzpBMz49YObCo9gLFIeVCmNJVp0bxQvDHdBZMg
 CNaNajpA9XrHWPx5ynU9OLLV3f5S5EblhkMKh9z1EVXVpKuv1Tf5wWKQZYlIqeZq
 saYwYAMdlovIzgddcAUFjTvf3GaQk7dsfAF4vKqi2bXgZsRpa2PDgWTuMQZOSzdn
 ZCk5bE0QQPIWxiP+93kq785Mtab82CBhcImVobGaSVcoLJ+5NGq0CTjofoFns9T/
 px1BUqqIv2t7pw==
X-ME-Sender: <xms:t_hLWUakz0XHwf0IEtW0ccakSOKSyDJaVQS3-fVrp8ZWX1YmdMP6uw>
X-Sasl-enc: 6jFb0QsTbceLIrV5ziJpd0XF6Qghv4+M/FCLUrBHwiF7 1498151095
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 82E64247AC;
 Thu, 22 Jun 2017 13:04:55 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, Stephen Hemminger <sthemmin@microsoft.com>
Date: Thu, 22 Jun 2017 19:04:54 +0200
Message-ID: <78850757.sRXvkGXZel@xps>
In-Reply-To: <20170622094257.403a38f6@xeon-e3>
References: <20170622155641.25916-1-stephen@networkplumber.org>
 <2744561.oZm4kLcdaV@xps> <20170622094257.403a38f6@xeon-e3>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Jun 2017 17:04:56 -0000

22/06/2017 18:42, Stephen Hemminger:
> On Thu, 22 Jun 2017 18:17:38 +0200
> Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> > 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 <sthemmin@microsoft.com>
> > > ---
> > >  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?
> > 
> 
> Looks like mlx4 is only other driver looking for PCI_SLOT_NAME

Yes the same change must be done for mlx4.