commit | 99ab08e091df65ce8e191d85ebdc23f78b8355cb | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Aug 28 05:53:18 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Sun Sep 14 14:09:06 2008 +0200 |
tree | 08ec6a76f90f52858be703210a76b906953ed54a | |
parent | a418950c1378c4a3722baecdbe98df78ea23f231 [diff] |
mv643xx_eth: replace array of skbs awaiting transmit completion with a queue Get rid of the skb pointer array that we currently use for transmit reclaim, and replace it with an skb queue, to which skbuffs are appended when they are passed to the xmit function, and removed from the front and freed when we do transmit queue reclaim and hit a descriptor with the 'owned by device' bit clear and 'last descriptor' bit set. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>