[dpdk-dev] [PATCH 0/3] Support i40e PMD on Windows

Pallavi Kadam pallavi.kadam at intel.com
Sat Dec 5 02:10:17 CET 2020


This patch-set enables building the Intel i40e PMD on Windows.
It also adds a compiler flag to ignore a few warnings generated
when compiling the code on Windows.


Pallavi Kadam (3):
  eal/windows: add some interrupt functions stub
  net/i40e: add changes to support i40e PMD on windows
  config/build: ignore enum forward reference warning

 config/meson.build                           |  3 +
 drivers/net/i40e/base/i40e_osdep.h           |  3 +
 drivers/net/i40e/i40e_ethdev_vf.c            |  3 +-
 drivers/net/i40e/i40e_rxtx_vec_avx2.c        |  2 +
 drivers/net/i40e/i40e_tm.c                   |  2 +-
 drivers/net/meson.build                      |  9 ++-
 lib/librte_eal/common/meson.build            |  1 +
 lib/librte_eal/rte_eal_exports.def           | 11 +++
 lib/librte_eal/windows/eal_interrupts.c      | 70 ++++++++++++++++++++
 lib/librte_eal/windows/include/rte_windows.h |  5 ++
 10 files changed, 104 insertions(+), 5 deletions(-)

-- 
2.18.0.windows.1



More information about the dev mailing list