Re: [dpdk-dev] [PATCH v7] bus/pci: nvme on Windows requires class id and bus
From: Thomas Monjalon <hidden>
Date: 2021-03-16 13:45:52
From: Thomas Monjalon <hidden>
Date: 2021-03-16 13:45:52
01/03/2021 10:56, Nick Connolly:
Attaching to an NVMe disk on Windows using SPDK requires the PCI class ID and device.bus fields. Decode the class ID from the PCI device info strings if it is present and set device.bus. Signed-off-by: Nick Connolly <redacted> Acked-by: Tal Shnaiderman <redacted> Acked-by: Dmitry Kozlyuk <redacted>
Applied with the title "bus/pci: set Windows device class and bus", thanks