Re: [dpdk-dev] [PATCH v3] net/tap: add Rx interrupts

2018-01-25 Thread Ferruh Yigit
On 1/4/2018 3:44 PM, Moti Haimovsky wrote: > This patch adds support for registering and waiting for Rx interrupts. > This allows applications to wait for Rx events from the PMD using the > DPDK rte_epoll subsystem. > > Signed-off-by: Moti Haimovsky <...> > @@ -0,0 +1,138 @@ > +/*- > + * BSD

Re: [dpdk-dev] [PATCH v3] net/tap: add Rx interrupts

2018-01-25 Thread Pascal Mazon
Acked-by: Pascal Mazon On 04/01/2018 16:44, Moti Haimovsky wrote: > This patch adds support for registering and waiting for Rx interrupts. > This allows applications to wait for Rx events from the PMD using the > DPDK rte_epoll subsystem. > > Signed-off-by: Moti Haimovsky > --- > V3: > Fixed cod