Re: [dpdk-dev] [PATCH v3 0/3] Support ice PMD on Windows

2021-04-06 Thread Ferruh Yigit
On 4/6/2021 5:40 PM, Ferruh Yigit wrote: On 4/2/2021 2:26 AM, Pallavi Kadam wrote: This patch-set enables building the Intel ice PMD on Windows. v3 changes: - Rebase on latest head - Replaced 'unsigned long long' with 'size_t' - Moved cflag '-fno-asynchronous-unwind-tables' above th

Re: [dpdk-dev] [PATCH v3 0/3] Support ice PMD on Windows

2021-04-06 Thread Ferruh Yigit
On 4/2/2021 2:26 AM, Pallavi Kadam wrote: This patch-set enables building the Intel ice PMD on Windows. v3 changes: - Rebase on latest head - Replaced 'unsigned long long' with 'size_t' - Moved cflag '-fno-asynchronous-unwind-tables' above the assignment "c_args

[dpdk-dev] [PATCH v3 0/3] Support ice PMD on Windows

2021-04-01 Thread Pallavi Kadam
This patch-set enables building the Intel ice PMD on Windows. v3 changes: - Rebase on latest head - Replaced 'unsigned long long' with 'size_t' - Moved cflag '-fno-asynchronous-unwind-tables' above the assignment "c_args = cflags" - Updated release notes t