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

Shukla, Shivanshu shivanshu.shukla at intel.com
Wed Sep 22 22:58:01 CEST 2021


Ack-by: Shivanshu Shukla <Shivanshu.shukla at intel.com>

-----Original Message-----
From: Kadam, Pallavi <pallavi.kadam at intel.com> 
Sent: Thursday, September 9, 2021 4:23 PM
To: dev at dpdk.org
Cc: thomas at monjalon.net; Zhang, Qi Z <qi.z.zhang at intel.com>; fady at mellanox.com; Narcisa.Vasile at microsoft.com; dmitry.kozliuk at gmail.com; Yigit, Ferruh <ferruh.yigit at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Menon, Ranjit <ranjit.menon at intel.com>; Shukla, Shivanshu <shivanshu.shukla at intel.com>; Kadam, Pallavi <pallavi.kadam at intel.com>
Subject: [PATCH v3 0/3] Support iavf PMD on Windows

This patch-set enables building the iavf PMD on Windows.
Currently, it uses alarm functions so, depends on following series.

Depends-on: series-18447 ("net/iavf: enable interrupt polling")

v3 changes:
	- Fix doc build warning
v2 changes:
	- Rebase for 21.11
	- Fix for 'random'

Pallavi Kadam (3):
  net/iavf: build on Windows
  lib/net: fix support of random
  doc: update iavf PMD and 21.11 release notes

 doc/guides/nics/intel_vf.rst            | 18 ++++++++++++++++++
 doc/guides/rel_notes/release_21_11.rst  |  4 ++++
 drivers/net/iavf/iavf.h                 |  3 ++-
 drivers/net/iavf/iavf_rxtx_vec_avx2.c   |  2 +-
 drivers/net/iavf/iavf_rxtx_vec_avx512.c |  2 +-
 drivers/net/iavf/iavf_tm.c              |  2 +-
 drivers/net/iavf/meson.build            |  9 ++++-----
 lib/net/rte_ether.c                     |  4 ----
 8 files changed, 31 insertions(+), 13 deletions(-)

-- 
2.31.1.windows.1



More information about the dev mailing list