From: Rob Herring <redacted>
Date: Mon, 5 Nov 2012 10:22:23 -0600
Only generate tx interrupts on every ring size / 4 descriptors.
I thought we told you that you cannot do this.
With this change if we get a few packets, then stop generating any
traffic, there will be SKBs that just sit dead in your TX queue.
This cannot ever happen. All TX SKBs must be freed up in a short,
finite, amount of time. Under all conditions, and in every situation.
Otherwise memory accounted to sockets is not liberated, and such
sockets cannot be destroyed or closed.
SKBs also hold onto other kinds of resources, for which it is critical
to liberate in a finite amount of time.
I'm not applying this series, it still needs more work.