From: Matt Mackall Date: Fri, 12 Aug 2005 02:25:54 +0000 (-0700) Subject: [NETPOLL]: add retry timeout X-Git-Tag: v2.6.13-rc7~98^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db1d6fc1ea051af49ebe03c503d23996a7c5bbb;p=pandora-kernel.git [NETPOLL]: add retry timeout Add limited retry logic to netpoll_send_skb Each time we attempt to send, decrement our per-device retry counter. On every successful send, we reset the counter. We delay 50us between attempts with up to 20000 retries for a total of 1 second. After we've exhausted our retries, subsequent failed attempts will try only once until reset by success. Signed-off-by: Matt Mackall Signed-off-by: David S. Miller --- Reading git-diff-tree failed