On Tue, Aug 04, 2020 at 09:29:43AM +0300, Fady Bader wrote: > The ethdev lib uses interrupts. Interrupts are not implemented for Windows. > To solve this, empty interrupt stubs were added under Windows. > > Signed-off-by: Fady Bader <f...@mellanox.com> > --- > lib/librte_eal/windows/eal_interrupts.c | 17 +++++++++++++++++ > lib/librte_eal/windows/meson.build | 1 + > 2 files changed, 18 insertions(+) > create mode 100644 lib/librte_eal/windows/eal_interrupts.c > Acked-by: Narcisa Vasile <navas...@linux.microsoft.com>
- [dpdk-dev] [PATCH v4 0/5] compiling ethdev lib un... Fady Bader
- [dpdk-dev] [PATCH v4 1/5] eal: added interru... Fady Bader
- Re: [dpdk-dev] [PATCH v4 1/5] eal: added... Narcisa Ana Maria Vasile
- Re: [dpdk-dev] [PATCH v4 1/5] eal: added... Dmitry Kozlyuk
- [dpdk-dev] [PATCH v4 5/5] ethdev: compiling ... Fady Bader
- Re: [dpdk-dev] [PATCH v4 5/5] ethdev: co... Narcisa Ana Maria Vasile
- [dpdk-dev] [PATCH v4 2/5] eal: updated expor... Fady Bader
- Re: [dpdk-dev] [PATCH v4 2/5] eal: updat... Narcisa Ana Maria Vasile
- [dpdk-dev] [PATCH v4 3/5] ethdev: remove str... Fady Bader
- Re: [dpdk-dev] [PATCH v4 3/5] ethdev: re... Narcisa Ana Maria Vasile
- [dpdk-dev] [PATCH v4 4/5] telemetry: impleme... Fady Bader
- Re: [dpdk-dev] [PATCH v4 4/5] telemetry:... Narcisa Ana Maria Vasile
- Re: [dpdk-dev] [PATCH v4 4/5] telemetry:... Dmitry Kozlyuk