Re: [dpdk-dev] [PATCH] net/e1000: build on Windows

2021-10-08 Thread David Marchand
On Fri, Oct 8, 2021 at 2:21 PM William Tu wrote: > > > Example when running: > > > PS C:\dpdk> .\build\app\dpdk-testpmd.exe > > > EAL: Detected CPU lcores: 4 > > > EAL: Detected NUMA nodes: 1 > > > EAL: Multi-process support is requested, but not available. > > > EAL: WARNING: TSC frequency estima

Re: [dpdk-dev] [PATCH] net/e1000: build on Windows

2021-10-08 Thread William Tu
On Thu, Oct 7, 2021 at 11:54 PM David Marchand wrote: > > On Thu, Oct 7, 2021 at 10:25 PM William Tu wrote: > > > > This patch enables building the e1000 driver for Windows. > > I tested using two Windows VM on top of VMware Fusion, > > creating two e1000 devices with device ID 0x10D3, > > verify

Re: [dpdk-dev] [PATCH] net/e1000: build on Windows

2021-10-07 Thread David Marchand
On Fri, Oct 8, 2021 at 8:54 AM David Marchand wrote: > > On Thu, Oct 7, 2021 at 10:25 PM William Tu wrote: > > > > This patch enables building the e1000 driver for Windows. > > I tested using two Windows VM on top of VMware Fusion, > > creating two e1000 devices with device ID 0x10D3, > > verifyi

Re: [dpdk-dev] [PATCH] net/e1000: build on Windows

2021-10-07 Thread David Marchand
On Thu, Oct 7, 2021 at 10:25 PM William Tu wrote: > > This patch enables building the e1000 driver for Windows. > I tested using two Windows VM on top of VMware Fusion, > creating two e1000 devices with device ID 0x10D3, > verifying rx/tx works correctly using dpdk-testpmd.exe > rxonly and txonly

[dpdk-dev] [PATCH] net/e1000: build on Windows

2021-10-07 Thread William Tu
This patch enables building the e1000 driver for Windows. I tested using two Windows VM on top of VMware Fusion, creating two e1000 devices with device ID 0x10D3, verifying rx/tx works correctly using dpdk-testpmd.exe rxonly and txonly mode. Signed-off-by: William Tu --- Example when running: PS