Re: [dpdk-dev] [PATCH v1 39/72] net/mlx5/windows: define epoll API to do nothing

2020-10-28 Thread Thomas Monjalon
28/10/2020 00:23, Ophir Munk: > This is a hack commit. Linux epoll mechanism is not implemented in > Windows. Therefore define rte_intr_free_epoll_fd API to do nothing. Yes this is hack. Better to have a stub in EAL.

[dpdk-dev] [PATCH v1 39/72] net/mlx5/windows: define epoll API to do nothing

2020-10-27 Thread Ophir Munk
This is a hack commit. Linux epoll mechanism is not implemented in Windows. Therefore define rte_intr_free_epoll_fd API to do nothing. Signed-off-by: Ophir Munk --- drivers/net/mlx5/windows/mlx5_os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/mlx5/windows/mlx5_os.h b/drive