Re: [dpdk-dev] [PATCH v3 1/3] net/iavf: build on Windows

2021-09-22 Thread Shukla, Shivanshu
Ack-by:Shivanshu Shukla -Original Message- From: Kadam, Pallavi Sent: Thursday, September 9, 2021 4:23 PM To: dev@dpdk.org Cc: tho...@monjalon.net; Zhang, Qi Z ; f...@mellanox.com; narcisa.vas...@microsoft.com; dmitry.kozl...@gmail.com; Yigit, Ferruh ; Wu, Jingjing ; Xing, Beilei ; M

[dpdk-dev] [PATCH v3 1/3] net/iavf: build on Windows

2021-09-09 Thread Pallavi Kadam
- Enable IAVF PMD build on Windows - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting types - Fix for pointer and integer sign warnings using Clang compiler on Windows - Add extra cflags '-fno-asynchronous-unwind-tables' to avoid MinGW build error: Error: invalid regis