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

2021-10-20 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of William Tu > Sent: Wednesday, October 20, 2021 11:48 AM > To: dev@dpdk.org > Cc: Wang, Haiyue ; Kadam, Pallavi > ; Dmitry Kozlyuk > Subject: [dpdk-dev] [PATCH v4] net/e1000: build on Windows > > This patch

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

2021-10-19 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