Pallavi Kadam ce6617a069 net/ice: build on Windows
- 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 on Windows.
- Add extra cflags '-fno-asynchronous-unwind-tables'
  to avoid MinGW build error:
  Error: invalid register for .seh_savexmm
- Add documentation to support ice PMD on Windows.
  Update the release notes and features list for the same.

Signed-off-by: Pallavi Kadam <pallavi.kadam@intel.com>
Reviewed-by: Ranjit Menon <ranjit.menon@intel.com>
Acked-by: Jie Zhou <jizh@microsoft.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2021-04-06 19:00:36 +02:00
..
2019-04-05 17:45:22 +02:00
2021-02-03 10:42:11 +01:00
2021-02-03 10:42:11 +01:00
2020-07-21 13:54:54 +02:00
2021-04-01 18:39:55 +02:00
2021-02-04 15:38:32 +01:00
2021-04-06 19:00:36 +02:00
2018-10-11 18:53:48 +02:00
2018-04-27 15:54:56 +01:00