Re: [dpdk-dev] [PATCH] eal/windows: add stub for rte_intr_free_epoll_fd

2020-11-19 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH] eal/windows: add stub for > rte_intr_free_epoll_fd > > External email: Use caution opening links or attachments > > > On Thu, Nov 19, 2020 at 3:00 PM Tal Shnaiderman > wrote: > > > > Linux epoll mechanism is not impl

Re: [dpdk-dev] [PATCH] eal/windows: add stub for rte_intr_free_epoll_fd

2020-11-19 Thread David Marchand
On Thu, Nov 19, 2020 at 3:00 PM Tal Shnaiderman wrote: > > Linux epoll mechanism is not implemented in Windows. > > Add stub similarly to freeBSD. > > Signed-off-by: Tal Shnaiderman > --- > lib/librte_eal/windows/eal_interrupts.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/lib

[dpdk-dev] [PATCH] eal/windows: add stub for rte_intr_free_epoll_fd

2020-11-19 Thread Tal Shnaiderman
Linux epoll mechanism is not implemented in Windows. Add stub similarly to freeBSD. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/windows/eal_interrupts.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/librte_eal/windows/eal_interrupts.c b/lib/librte_eal/windows/eal_interrup