04/09/2017 04:49, Tan, Jianfeng:
> From: Wu, Jingjing
> >
> > For virtual device, the rte_intr_handle struct is
> > initialized by the virtual device driver, including
> > the event fd assignment. If the event fd need to be
> > read for clean, an argument is required for the proper
> > event fd read.
> >
> > This patch adds efd_counter_size in rte_intr_handle
> > struct to tell the rx interrupt process the read size.
> >
> > Signed-off-by: Jingjing Wu <[email protected]>
>
> Reviewed-by: Jianfeng Tan <[email protected]>
I am not convinced at all by the whole interrupt management codebase.
But waiting longer for applying a patch will not improve the situation :)
Applied, thanks
Reworded title:
eal/linux: add interrupt counter size for vdev