On Thu, 19 Nov 2020 17:18:11 +0200, Tal Shnaiderman wrote: > Linux epoll mechanism is not implemented in Windows. > > Add stub similarly to freeBSD. > > Signed-off-by: Tal Shnaiderman <tal...@nvidia.com> > > --- > v2: add missing export in def file [DavidM] > --- > lib/librte_eal/rte_eal_exports.def | 1 + > lib/librte_eal/windows/eal_interrupts.c | 6 ++++++ > 2 files changed, 7 insertions(+)
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>