ipg: plug Tx completion leak
authorFrancois Romieu <romieu@fr.zoreil.com>
Thu, 10 Jan 2008 22:40:59 +0000 (23:40 +0100)
committerFrancois Romieu <romieu@fr.zoreil.com>
Thu, 17 Jan 2008 22:35:09 +0000 (23:35 +0100)
commit0da1b995aee447656c0eb77e4e32468e37f868a3
treec8fc52f334131349d4886b362c766eacd168746e
parent227bc24d675d80de1cfb3ab72891cc932dadbc3b
ipg: plug Tx completion leak

The Tx skb release could not free more than one skb per call.
Add it to the fact that the xmit handler does not check for
a queue full condition and you have a recipe to leak quickly.

Let's release every pending Tx descriptor which has been given
back to the host CPU by the network controller. The xmit handler
suggests that it is done through the IPG_TFC_TFDDONE bit.

Remove the former "curr" computing: it does not produce anything
usable in its current form.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/ipg.c