f125af1351b586e328b parent b5fc8f0c43d388d76ebbb5650b20f4ce4420a5ad author Jesse Brandeburg 1169141123 -0800 committer Jeff Garzik 1170712721 -0500 e1000: fix NAPI performance on 4-port adapters This fix attempts to solve a customer (IBM) reported issue with NAPI enabled e1000 having bad performance when transmitting simultaneously on four ports. The issue comes down to an interaction between NAPI, hardware interrupt balancing, and the driver rescheduling poll on the same processor. Try to fix by allowing the driver to re-enable interrupts sooner instead of polling one more time, when there was recently all the work completed in cleanup. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok S—