[dpdk-dev] [PATCH 2/4] net/ice: build on Windows

2021-03-03 Thread Pallavi Kadam
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 access() API as the original function has been deprecated o

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

2021-03-04 Thread David Marchand
On Wed, Mar 3, 2021 at 10:27 PM 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

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

2021-03-08 Thread Kadam, Pallavi
Hi David On 3/4/2021 4:56 AM, David Marchand wrote: On Wed, Mar 3, 2021 at 10:27 PM 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