Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows

2021-10-07 Thread Thomas Monjalon
07/10/2021 00:35, William Tu: > This patch enables building the ixgbe driver for Windows. > It also enables its dependencies on security and cryptodev. > I tested on AWS using ixgbe VF device, using dpdk-testpmd. > > Tal Shnaiderman (3): > security: use the net library for IP structs > securit

[dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows

2021-10-06 Thread William Tu
This patch enables building the ixgbe driver for Windows. It also enables its dependencies on security and cryptodev. I tested on AWS using ixgbe VF device, using dpdk-testpmd. Tal Shnaiderman (3): security: use the net library for IP structs security: build on Windows cryptodev: build on Wi

Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows

2021-10-06 Thread William Tu
Hi David, Thank you for pointing this out. On Wed, Oct 6, 2021 at 5:10 AM David Marchand wrote: > > Hello William, > > {standard input}: Assembler messages: > {standard input}:7067: Error: invalid register for .seh_savexmm > {standard input}:7069: Error: invalid register for .seh_savexmm > {stand

Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows

2021-10-06 Thread David Marchand
Hello William, On Tue, Oct 5, 2021 at 7:03 PM William Tu wrote: > > This patch enables building the ixgbe driver for Windows. > It also enables its dependencies on security and cryptodev. > I tested on AWS using ixgbe VF device, using dpdk-testpmd. > > Tal Shnaiderman (3): > security: use the n

[dpdk-dev] [PATCH v4 0/4] net/ixgbe: build on Windows

2021-10-05 Thread William Tu
This patch enables building the ixgbe driver for Windows. It also enables its dependencies on security and cryptodev. I tested on AWS using ixgbe VF device, using dpdk-testpmd. Tal Shnaiderman (3): security: use the net library for IP structs security: build on Windows cryptodev: build on Wi