From: stephen hemminger Date: Thu, 22 Apr 2010 13:42:56 +0000 (+0000) Subject: sky2: size status ring based on Tx/Rx ring X-Git-Tag: v2.6.35-rc1~473^2~395 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe91932e79cfe59a562b70d8eb18049b36debc6;p=pandora-kernel.git sky2: size status ring based on Tx/Rx ring Sky2 status ring must be big enough to handle worst case number of status messages. It was being oversized (to handle dual port cards), and excessive number of tx ring entries were allowed. This patch reduces the footprint and makes sure the value is enough. Later patch to add RSS increases the number of possible Rx status elements. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed