From: Vladislav Zolotarov Date: Sun, 17 Oct 2010 23:02:20 +0000 (+0000) Subject: bnx2x: Optimized the branching in the bnx2x_rx_int() X-Git-Tag: v2.6.37-rc1~147^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe78d2637ad9acc6414e36ce781aadc8c77d560d;p=pandora-kernel.git bnx2x: Optimized the branching in the bnx2x_rx_int() Optimized the branching in the bnx2x_rx_int() based on the fact that FP CQE will always have at least one of START or STOP flags set, so if not both bits are set and START bit is not set, then it's a STOP bit that is set. Signed-off-by: Dmitry Kravkov Signed-off-by: Vladislav Zolotarov Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed