Ack-by: Shivanshu Shukla <[email protected]>
-----Original Message-----
From: Kadam, Pallavi <[email protected]>
Sent: Thursday, September 9, 2021 4:23 PM
To: [email protected]
Cc: [email protected]; Zhang, Qi Z <[email protected]>; [email protected];
[email protected]; [email protected]; Yigit, Ferruh
<[email protected]>; Wu, Jingjing <[email protected]>; Xing, Beilei
<[email protected]>; Menon, Ranjit <[email protected]>; Shukla,
Shivanshu <[email protected]>; Kadam, Pallavi <[email protected]>
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