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

2021-10-09 Thread Kadam, Pallavi
On 10/8/2021 5:14 PM, William Tu wrote: On Fri, Oct 8, 2021 at 5:02 PM Kadam, Pallavi wrote: On 10/8/2021 6:53 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 0x1

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

2021-10-09 Thread William Tu
> > +Windows Configuration > > +- > > + > > +- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>` > > + to setup the basic DPDK environment. > > + > > +- Identify the Intel\ |reg| Ethernet adapter. > > + > > +- To load NetUIO driver, follow the steps mentioned in `dp

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

2021-10-08 Thread William Tu
On Fri, Oct 8, 2021 at 5:02 PM Kadam, Pallavi wrote: > > > On 10/8/2021 6:53 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, > > verifying rx/tx work

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

2021-10-08 Thread Kadam, Pallavi
On 10/8/2021 6:53 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, verifying rx/tx works correctly using dpdk-testpmd.exe rxonly and txonly mode. Signed-off-b

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

2021-10-08 Thread William Tu
On Fri, Oct 8, 2021 at 1:35 PM Dmitry Kozlyuk wrote: > > 2021-10-08 06:53 (UTC-0700), 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

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

2021-10-08 Thread Kadam, Pallavi
On 10/8/2021 9:08 AM, Wang, Haiyue wrote: -Original Message- From: William Tu Sent: Friday, October 8, 2021 21:54 To: dev@dpdk.org Cc: Kadam, Pallavi ; david.march...@redhat.com; Wang, Haiyue Subject: [PATCH v2] net/e1000: build on Windows This patch enables building the e1000 drive

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

2021-10-08 Thread Dmitry Kozlyuk
2021-10-08 06:53 (UTC-0700), 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. > > S

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

2021-10-08 Thread Wang, Haiyue
> -Original Message- > From: William Tu > Sent: Friday, October 8, 2021 21:54 > To: dev@dpdk.org > Cc: Kadam, Pallavi ; david.march...@redhat.com; > Wang, Haiyue > > Subject: [PATCH v2] net/e1000: build on Windows > > This patch enables building the e1000 driver for Windows. > I tested

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

2021-10-08 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 Cc: Haiyue Wang --- A short