Re: [kmods PATCH] windows/netuio: add interrupt support

2022-01-11 Thread Dmitry Kozlyuk
2021-10-12 04:11 (UTC+0300), Dmitry Kozlyuk: > [...] This patchset is not supposed to be merged for now. It should have been marked as RFC, sorry for the misleading title. Offline discussions revealed a conflict between edge-triggered interrupts in DPDK contract and level-triggered IO completions

Re: [dpdk-dev] [kmods PATCH] windows/netuio: add interrupt support

2021-10-12 Thread William Tu
On Mon, Oct 11, 2021 at 6:11 PM Dmitry Kozlyuk wrote: > > Add IOCTL for interrupt event delivery to user space. > > * IOCTL_NETUIO_INTR_CONTROL: > Enable/disable the delivery of interrupt events. > This is a software switch to ignore received interrupts. > Programming the HW to stop issuing

[dpdk-dev] [kmods PATCH] windows/netuio: add interrupt support

2021-10-11 Thread Dmitry Kozlyuk
Add IOCTL for interrupt event delivery to user space. * IOCTL_NETUIO_INTR_CONTROL: Enable/disable the delivery of interrupt events. This is a software switch to ignore received interrupts. Programming the HW to stop issuing interrupts is up to the user. * IOCTL_NETUIO_INTR_QUERY: Wait for