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