Re: [dpdk-dev] [PATCH v3 0/3] pci: handle 32 bit domain values

2017-07-05 Thread Thomas Monjalon
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 fix

[dpdk-dev] [PATCH v3 0/3] pci: handle 32 bit domain values

2017-07-05 Thread 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):