From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] pci: handle 32 bit domain values Date: Thu, 06 Jul 2017 01:19:15 +0200 Message-ID: <2508047.4AaqEiWgKX@xps> References: <20170705165533.20581-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id DE4122FDD for ; Thu, 6 Jul 2017 01:19:16 +0200 (CEST) In-Reply-To: <20170705165533.20581-1-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" 05/07/2017 18:55, Stephen Hemminger: > Changes to PCI and EAL to handle full width of PCI domain > value. It turns out that PCI domain is only 16 bits in ACPI, > but some environments use the extra bits in PCI standard to allow > encoding of PCI buses that are outside of ACPI. > > This version fixes both Mellanox drivers. > > Stephen Hemminger (3): > pci: remove unnecessary casts from strtoul > eal: PCI domain should be 32 bits > mlx4,5: handle 32 bit PCI domain Patches 2 and 3 have been squashed to avoid breaking compilation in the middle. Applied, thanks