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

2021-10-19 Thread Thomas Monjalon
19/10/2021 21:05, William Tu: > Hi Thomas, > Can we apply this patch? The net driver patches are managed in next-net by Ferruh. > On Sat, Oct 9, 2021 at 9:32 AM William Tu wrote: > > This patch enables building the e1000 driver for Windows. > > I tested using two Windows VM on top of VMware Fus

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

2021-10-19 Thread William Tu
Hi Thomas, Can we apply this patch? Thanks William On Sat, Oct 9, 2021 at 9:32 AM 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 (8274L), > verifying rx/tx

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

2021-10-10 Thread Wang, Haiyue
> -Original Message- > From: Dmitry Kozlyuk > Sent: Sunday, October 10, 2021 01:28 > To: William Tu > Cc: dev@dpdk.org; Wang, Haiyue ; Kadam, Pallavi > > Subject: Re: [PATCH v3] net/e1000: build on Windows > > 2021-10-09 09:31 (UTC-0700), William Tu: > > [...] > > * @Dmitry: I think it

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

2021-10-09 Thread Dmitry Kozlyuk
2021-10-09 09:31 (UTC-0700), William Tu: > [...] > * @Dmitry: I think it's better keep the doc for > people to reference NetUIO setup. I won't insist, especially since Intel is OK with this. I've sent a patch to put the link in Windows GSG so that we won't need to repeat it for each PMD: http://

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

2021-10-09 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 (8274L), verifying rx/tx works correctly using dpdk-testpmd.exe rxonly and txonly mode. Signed-off-by: William Tu Acked-by: Haiyue Wang