On Thu, 26 Nov 2020 10:06:39 +0200, Tal Shnaiderman wrote: > interrupt callback register is not implemented in Windows. > Add stub with -ENOTSUP return value and export the function. > > Signed-off-by: Tal Shnaiderman <tal...@nvidia.com> > --- > lib/librte_eal/rte_eal_exports.def | 1 + > lib/librte_eal/windows/eal_interrupts.c | 9 +++++++++ > 2 files changed, 10 insertions(+) >
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>