Re: [dpdk-dev] [PATCH 1/2] net/sfc: add Rx interrupts support for efx datapath

2019-06-12 Thread Ferruh Yigit
On 6/6/2019 6:33 PM, Andrew Rybchenko wrote: > From: Georgiy Levashov > > When Rx interrupts are disabled, we simply disable rearm when > the interrupt fires the next time. So, the next packet will > trigger interrupt (if it is not happened yet after previous Rx > burst processing). > > Signed-o

[dpdk-dev] [PATCH 1/2] net/sfc: add Rx interrupts support for efx datapath

2019-06-06 Thread Andrew Rybchenko
From: Georgiy Levashov When Rx interrupts are disabled, we simply disable rearm when the interrupt fires the next time. So, the next packet will trigger interrupt (if it is not happened yet after previous Rx burst processing). Signed-off-by: Georgiy Levashov Signed-off-by: Andrew Rybchenko ---