From: Alexander Duyck Date: Wed, 17 Nov 2010 03:27:02 +0000 (-0800) Subject: ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB X-Git-Tag: v2.6.38-rc1~476^2~547^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa80175a539a47fd11e2fbf1696a29f7a2652930;p=pandora-kernel.git ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB This change cleans up the use of rsc_count and changes it to a boolean since the actual numerical value is used nowhere in the Rx cleanup path. I am also moving the skb count into the RSC_CB path since it is much easier to track it there than when it is passed as a parameter to various function calls. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed