Re: [dpdk-dev] [PATCH v3 0/2] Support i40e PMD on Windows

2021-01-14 Thread Ranjit Menon
On 1/14/2021 2:55 PM, Thomas Monjalon wrote: 22/12/2020 01:45, Pallavi Kadam: Pallavi Kadam (2): eal: add rte_random.c file on windows build: i40e PMD on Windows Applied, thanks For info, I've fixed an additional warning in i40e compilation on Windows: drivers/net/i40e/i40e_has

Re: [dpdk-dev] [PATCH v3 0/2] Support i40e PMD on Windows

2021-01-14 Thread Thomas Monjalon
22/12/2020 01:45, Pallavi Kadam: > Pallavi Kadam (2): > eal: add rte_random.c file on windows > build: i40e PMD on Windows Applied, thanks For info, I've fixed an additional warning in i40e compilation on Windows: drivers/net/i40e/i40e_hash.c:357:22: warning: comparison of int

[dpdk-dev] [PATCH v3 0/2] Support i40e PMD on Windows

2020-12-21 Thread Pallavi Kadam
This patch-set enables building the Intel i40e PMD on Windows. Depends-on: series-14296 ("eal/windows: add interrupt functions stub") v3 changes: - Added a comment for __m_prefetchw (Thomas) - Replaced the letter from the reason to lowercase (Thomas) v2 changes: - Update