Re: [net-next, PATCH 2/2] net: netsec: remove loops in napi Rx process

2019-06-19 Thread Ard Biesheuvel
On Wed, 19 Jun 2019 at 09:57, Ilias Apalodimas wrote: > > netsec_process_rx was running in a loop trying to process as many packets > as possible before re-enabling interrupts. With the recent DMA changes > this is not needed anymore as we manage to consume all the budget without > looping over th

[net-next, PATCH 2/2] net: netsec: remove loops in napi Rx process

2019-06-19 Thread Ilias Apalodimas
netsec_process_rx was running in a loop trying to process as many packets as possible before re-enabling interrupts. With the recent DMA changes this is not needed anymore as we manage to consume all the budget without looping over the function. Since it has no performance penalty let's remove that