commit | 291ea6142b94cc3e3ae2216d3937a78697447471 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Sep 26 11:57:41 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Sep 27 17:56:31 2006 -0400 |
tree | 8a38d22cf394a4372f88ade9cc5815b18e9d8578 | |
parent | 9fa1b1f33c4cbbe0ba7c0c166d170faaa735e53d [diff] |
[PATCH] sky2: incremental transmit completion Since a transmit can take several control blocks, the old code waited until the last control block was marked as done. This code processes the return values incrementally. This makes slots in the tx ring available and less chance of getting stuck. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>