From: Alexander Duyck Date: Thu, 10 May 2012 00:01:46 +0000 (+0000) Subject: ixgbe: Add upper limit to ring features X-Git-Tag: v3.6-rc1~125^2~197^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c087663ec870c71b01d8e4ebbd68e481e0e253e3;p=pandora-kernel.git ixgbe: Add upper limit to ring features We are currently using indices to indicate the upper limit on a ring feature. However since we can switch back and forth on features such as DCB and that has effects on other features such as RSS it is preferable to instead store the upper limit separate from the current value for the number of rings related to the feature. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed