net/ixgbe: build on Windows
authorWilliam Tu <u9012063@gmail.com>
Wed, 6 Oct 2021 22:35:44 +0000 (22:35 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 7 Oct 2021 12:47:35 +0000 (14:47 +0200)
commit6be6690127744bb294005bfcf539508b3d5f389e
tree0b026b568f5041c95342e3c85db720e7b43574e6
parent56d2c1aa0b30ffe2c68be1b2c60dc10dcac797cf
net/ixgbe: build on Windows

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 <u9012063@gmail.com>
Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
12 files changed:
doc/guides/nics/features/ixgbe.ini
doc/guides/nics/features/ixgbe_vf.ini
doc/guides/nics/ixgbe.rst
doc/guides/rel_notes/release_21_11.rst
drivers/net/ixgbe/base/ixgbe_hv_vf.c
drivers/net/ixgbe/base/ixgbe_osdep.h
drivers/net/ixgbe/base/meson.build
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_flow.c
drivers/net/ixgbe/ixgbe_tm.c
drivers/net/ixgbe/meson.build