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

Nick Connolly nick.connolly at mayadata.io
Tue Feb 2 14:07:00 CET 2021


Hi Tal,

>> +                       /* Convert 4-digit class IDs to 6-digit format */
>> +                       if (strspn(cp + 4, "0123456789abcdefABCDEF") == 4)
> Maybe we can move this format string to a define in the header, something like RTE_PCI_DRV_CLASSID_FMT?
>

I'll send out a v4 with a definition at the top of pci.c

Regards,
Nick


More information about the dev mailing list