RE: [PATCH 05/14] net: axienet: Service completion interrupts ASAP

2014-02-12 Thread David Laight
From: Michal Simek > From: Peter Crosthwaite > > The packet completion interrupts for TX and RX should be serviced before > the packets are consumed. This ensures against the degenerate case when a > new completion interrupt is raised after the handler has exited but before > the interrupts are c

[PATCH 05/14] net: axienet: Service completion interrupts ASAP

2014-02-12 Thread Michal Simek
From: Peter Crosthwaite The packet completion interrupts for TX and RX should be serviced before the packets are consumed. This ensures against the degenerate case when a new completion interrupt is raised after the handler has exited but before the interrupts are cleared. In this case its possib