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 6A6DA37A0 for ; 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: 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 To: Stephen Hemminger Cc: dev@dpdk.org, Stephen Hemminger 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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 > > > --- > > > 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.