Re: [dpdk-dev] [PATCH v6] bus/pci: nvme on Windows requires class id and bus

2021-03-01 Thread Nick Connolly
Thanks Dmitry - will address and send v7. On 28/02/2021 14:38, Dmitry Kozlyuk wrote: 2021-02-23 18:18, 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 de

Re: [dpdk-dev] [PATCH v6] bus/pci: nvme on Windows requires class id and bus

2021-02-28 Thread Dmitry Kozlyuk
2021-02-23 18:18, 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 > Acked-by: Tal Shnaiderman > --- > v

[dpdk-dev] [PATCH v6] bus/pci: nvme on Windows requires class id and bus

2021-02-23 Thread 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 Acked-by: Tal Shnaiderman --- v6: * no changes - resending to resolve spurious i