mbox series

[v3,0/3] Support ice PMD on Windows

Message ID 20210402012621.7944-1-pallavi.kadam@intel.com (mailing list archive)
Headers
Series Support ice PMD on Windows |

Message

Kadam, Pallavi April 2, 2021, 1:26 a.m. UTC
  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 to add ice support on Windows in alphabetical
	  order
	- Added a note on Windows limitation in ice driver document

v2 changes:
	- Updated patch#1 title to reflect the iavf base code support
	- Added cflag '-fno-asynchronous-unwind-tables' to base driver
	- Updated doc patch with the DDP documentation and
 	  integrated it with the respective code commit

Pallavi Kadam (3):
  build: enable iavf base code to build on windows
  net/ice: build on Windows
  net/ice: disable ice DDP package on Windows

 doc/guides/nics/features/ice.ini       |  1 +
 doc/guides/nics/ice.rst                | 23 +++++++++++++++++++++--
 doc/guides/rel_notes/release_21_05.rst |  4 ++++
 drivers/common/cpt/meson.build         |  6 ++++++
 drivers/common/iavf/iavf_osdep.h       |  9 +++++++++
 drivers/common/meson.build             |  3 ---
 drivers/common/mvep/meson.build        |  6 ++++++
 drivers/common/octeontx/meson.build    |  6 ++++++
 drivers/common/octeontx2/meson.build   |  6 ++++++
 drivers/common/qat/meson.build         |  6 ++++++
 drivers/net/ice/base/ice_flow.c        |  2 +-
 drivers/net/ice/base/ice_flow.h        |  2 +-
 drivers/net/ice/base/ice_osdep.h       | 15 +++++++++++++++
 drivers/net/ice/base/ice_switch.c      |  2 +-
 drivers/net/ice/base/ice_vlan_mode.h   |  1 +
 drivers/net/ice/base/meson.build       |  5 +++++
 drivers/net/ice/ice_dcf_ethdev.c       |  1 -
 drivers/net/ice/ice_dcf_parent.c       | 10 +++++-----
 drivers/net/ice/ice_ethdev.c           | 12 +++++++++---
 drivers/net/ice/ice_rxtx_vec_avx2.c    |  2 +-
 drivers/net/ice/ice_rxtx_vec_avx512.c  |  2 +-
 drivers/net/ice/meson.build            | 10 ++++------
 22 files changed, 109 insertions(+), 25 deletions(-)
  

Comments

Ferruh Yigit April 6, 2021, 4:40 p.m. UTC | #1
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 = cflags"
> 	- Updated release notes to add ice support on Windows in alphabetical
> 	  order
> 	- Added a note on Windows limitation in ice driver document
> 
> v2 changes:
> 	- Updated patch#1 title to reflect the iavf base code support
> 	- Added cflag '-fno-asynchronous-unwind-tables' to base driver
> 	- Updated doc patch with the DDP documentation and
>   	  integrated it with the respective code commit
> 
> Pallavi Kadam (3):
>    build: enable iavf base code to build on windows
>    net/ice: build on Windows
>    net/ice: disable ice DDP package on Windows
> 

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Ferruh Yigit April 6, 2021, 5:22 p.m. UTC | #2
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 the assignment
>>       "c_args = cflags"
>>     - Updated release notes to add ice support on Windows in alphabetical
>>       order
>>     - Added a note on Windows limitation in ice driver document
>>
>> v2 changes:
>>     - Updated patch#1 title to reflect the iavf base code support
>>     - Added cflag '-fno-asynchronous-unwind-tables' to base driver
>>     - Updated doc patch with the DDP documentation and
>>         integrated it with the respective code commit
>>
>> Pallavi Kadam (3):
>>    build: enable iavf base code to build on windows
>>    net/ice: build on Windows
>>    net/ice: disable ice DDP package on Windows
>>
> 
> For series,
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/main, thanks.