Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows

2021-03-27 Thread Kadam, Pallavi
On 3/26/2021 4:58 AM, Ferruh Yigit wrote: On 3/11/2021 1:58 AM, Pallavi Kadam wrote: - Add Intel ice PMD support on Windows. - Remove #include sys/ioctl header file as it is not needed. - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting types. - Replace POSIX usleep() API

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows

2021-03-27 Thread Kadam, Pallavi
On 3/26/2021 4:51 AM, Ferruh Yigit wrote: On 3/11/2021 1:58 AM, Pallavi Kadam wrote: - Add Intel ice PMD support on Windows. - Remove #include sys/ioctl header file as it is not needed. - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting types. - Replace POSIX usleep() API

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows

2021-03-26 Thread Ferruh Yigit
On 3/11/2021 1:58 AM, Pallavi Kadam wrote: - Add Intel ice PMD support on Windows. - Remove #include sys/ioctl header file as it is not needed. - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting types. - Replace POSIX usleep() API with rte API. - Add a new macro for the acce

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows

2021-03-26 Thread Ferruh Yigit
On 3/11/2021 1:58 AM, Pallavi Kadam wrote: - Add Intel ice PMD support on Windows. - Remove #include sys/ioctl header file as it is not needed. - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting types. - Replace POSIX usleep() API with rte API. - Add a new macro for the acce

Re: [dpdk-dev] [PATCH v2 2/3] net/ice: build on Windows

2021-03-25 Thread Jie Zhou
On Wed, Mar 10, 2021 at 05:58:47PM -0800, Pallavi Kadam wrote: > - Add Intel ice PMD support on Windows. > - Remove #include sys/ioctl header file as it is not needed. > - Replace x86intrin.h with rte_vect.h to avoid __m_prefetchw conflicting > types. > - Replace POSIX usleep() API with rte API. >