From: Tomasz Chudy Date: Fri, 25 Feb 2011 10:25:09 +0000 (-0800) Subject: isci: workaround port task scheduler starvation issue X-Git-Tag: v3.0-rc6~1^2~1^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d4b9fe911c7d48f7a75c37eb1bfa3273547d97;p=pandora-kernel.git isci: workaround port task scheduler starvation issue There is a condition whereby TCs (task contexts) can jump to the head of the round robin queue causing indefinite starvation of pending tasks. Posting a TC to a suspended RNC (remote node context) causes the hardware to select that task first, but since the RNC is suspended the scheduler proceeds to the next task in the expected round robin fashion, restoring TC arbitration fairness. Signed-off-by: Tomasz Chudy Signed-off-by: Dan Williams --- Reading git-diff-tree failed