From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f42.google.com (mail-pg0-f42.google.com [74.125.83.42]) by dpdk.org (Postfix) with ESMTP id 5898C2BF1 for ; Thu, 22 Jun 2017 18:41:17 +0200 (CEST) Received: by mail-pg0-f42.google.com with SMTP id u62so10011791pgb.3 for ; Thu, 22 Jun 2017 09:41:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mAmODnipnpIe4PRcyR8glsQBSLEpW6k1182EWpQrTBo=; b=C4ICSei5bP+HkaDBd53IHqQLhGRrNGg7/+qlILHOL93cj/03h7CWFIiBQvge5NgH38 Xn8xDslaEsVug22w35UeqHsbB41esvWFIhSu10K7uBFn2JEyh6/Y+0iKJOwj5qEQ566N bvalfxOVILtuKfYNc0Gt1ZaHi8pWmyvOZwiV5ARLvIJpupDI0GNhpmR1wq0FgUh7fTfl KxY1chOTdM9n1OawNLqEBuvFYoWfm4YYgzX0wItKNERT8ox5VtqbhewmZTJqKPnxiIsS aAJwuZ8+EFMX8nRcjM83Fgl7VdPwZj+3PvqoivtoGbn8pM8JZlIz7+of5DvBtgGTu0Cw gjVQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mAmODnipnpIe4PRcyR8glsQBSLEpW6k1182EWpQrTBo=; b=UcXysKjF4sIzGmiIX5WBwPKyPO2KUJI4YvI8Pcq0H8h4FaubivdSgECNr6NdILSysj W1Or9h3PsA9k3zuOyaxj8m+NmYBNYQoo5Gt3Zvbjq2xO5lRrkqS6Hp/a0qFBOwg/WVTk 7pFyi1j/a39sWLMN6jxTRsWxNvFIiHMTzHluUJ87y8cWCK4DAQ3TGyS5tEFKI5Cy8izU 5udrCKXFYHpSUokLhC87wmakw0gjcd1URYoeFuFhJUb3yWtP4KA0lLvtt0h9htgrDQQX G08ciubdrYPWwGiPoeWF+Uo9uI6fqM6qnpHjVduELeVuUc6EeXPDyJhhUul1jIiZjaEQ N+4g== X-Gm-Message-State: AKS2vOyhddis9YI9r2X9dcsTjdK65dRbQWx9ltcgdbBu7e4+467HYU5V zZ6ZyPtkJUA6RX3uB01YFw== X-Received: by 10.84.176.3 with SMTP id u3mr3987298plb.134.1498149676396; Thu, 22 Jun 2017 09:41:16 -0700 (PDT) Received: from xeon-e3 (76-14-207-240.or.wavecable.com. [76.14.207.240]) by smtp.gmail.com with ESMTPSA id y15sm447146pgs.33.2017.06.22.09.41.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Jun 2017 09:41:16 -0700 (PDT) Date: Thu, 22 Jun 2017 09:41:07 -0700 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org, Stephen Hemminger Message-ID: <20170622094107.7e80bb0f@xeon-e3> In-Reply-To: <2744561.oZm4kLcdaV@xps> References: <20170622155641.25916-1-stephen@networkplumber.org> <20170622155641.25916-4-stephen@networkplumber.org> <2744561.oZm4kLcdaV@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:41:17 -0000 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? > Only mlx5 driver used sscanf, others did not do that.