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

2020-06-28 Thread Tal Shnaiderman
> From: Narcisa Ana Maria Vasile > Subject: Re: [PATCH v9 00/10] Windows bus/pci support > > On Wed, Jun 24, 2020 at 11:28:37AM +0300, tal...@mellanox.com wrote: > > From: Tal Shnaiderman > > > > This patchset implements the EAL and PCI functions needed for probing > PMDs using RTE_KDRV_NONE on

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

2020-06-26 Thread Narcisa Ana Maria Vasile
On Wed, Jun 24, 2020 at 11:28:37AM +0300, tal...@mellanox.com wrote: > From: Tal Shnaiderman > > This patchset implements the EAL and PCI functions needed for probing PMDs > using RTE_KDRV_NONE on Windows. > > --- > v9: > * Split the patch of common OS file to config and options patches

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

2020-06-24 Thread talshn
From: Tal Shnaiderman This patchset implements the EAL and PCI functions needed for probing PMDs using RTE_KDRV_NONE on Windows. --- v9: * Split the patch of common OS file to config and options patches (ThomasM). * Remove rte_ prefixes from new functions as they are eal intern