From: Stephen Hemminger Date: Tue, 26 Sep 2006 18:57:41 +0000 (-0700) Subject: [PATCH] sky2: incremental transmit completion X-Git-Tag: v2.6.19-rc1~372^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291ea6142b94cc3e3ae2216d3937a78697447471;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed