Re: [dpdk-dev] [PATCH v10 00/10] Windows bus/pci support

2020-06-29 Thread Thomas Monjalon
29/06/2020 14:37, tal...@mellanox.com: > From: Tal Shnaiderman > > This patchset implements the EAL and PCI functions needed for probing PMDs > using RTE_KDRV_NONE on Windows. [...] > Tal Shnaiderman (10): > eal: move OS common config objects > eal: move OS common options functions > pci:

[dpdk-dev] [PATCH v10 00/10] Windows bus/pci support

2020-06-29 Thread talshn
From: Tal Shnaiderman This patchset implements the EAL and PCI functions needed for probing PMDs using RTE_KDRV_NONE on Windows. --- v10: * replace strncpy with strlcpy (ThomasM) * Fix indent and style issues with new variables (ThomasM) * Remove the remap function and u