Re: [dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-18 Thread William Tu
On Sat, Sep 18, 2021 at 7:55 AM Dmitry Kozlyuk wrote: > > 2021-09-18 07:24 (UTC-0700), William Tu: > > On Wed, Sep 15, 2021 at 12:05 PM Dmitry Kozlyuk > > wrote: > > > > > > 2021-09-15 18:44 (UTC+), William Tu: > > > > This patch enables building the ixgbe driver for Windows. > > > > It also

Re: [dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-18 Thread Dmitry Kozlyuk
2021-09-18 07:24 (UTC-0700), William Tu: > On Wed, Sep 15, 2021 at 12:05 PM Dmitry Kozlyuk > wrote: > > > > 2021-09-15 18:44 (UTC+), William Tu: > > > This patch enables building the ixgbe driver for Windows. > > > It also enables its dependencies on security and cryptodev. > > > > Tal Shn

Re: [dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-18 Thread William Tu
On Wed, Sep 15, 2021 at 12:05 PM Dmitry Kozlyuk wrote: > > 2021-09-15 18:44 (UTC+), William Tu: > > This patch enables building the ixgbe driver for Windows. > > It also enables its dependencies on security and cryptodev. > > Tal Shnaiderman posted patches for cryptodev and security today, > s

Re: [dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-15 Thread William Tu
On Wed, Sep 15, 2021 at 12:05 PM Dmitry Kozlyuk wrote: > > 2021-09-15 18:44 (UTC+), William Tu: > > This patch enables building the ixgbe driver for Windows. > > It also enables its dependencies on security and cryptodev. > > Tal Shnaiderman posted patches for cryptodev and security today, > s

Re: [dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-15 Thread Dmitry Kozlyuk
2021-09-15 18:44 (UTC+), William Tu: > This patch enables building the ixgbe driver for Windows. > It also enables its dependencies on security and cryptodev. Tal Shnaiderman posted patches for cryptodev and security today, so I won't comment on that part. IMO your patch should depend on them

[dpdk-dev] [PATCH v1] net/ixgbe: Add support for Windows

2021-09-15 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. Signed-off-by: William Tu --- drivers/net/ixgbe/base/ixgbe_hv_vf.c | 1 + drivers/net/ixgbe/base/ixgbe_osdep.h | 10 ++