From: Yuval Mintz Date: Wed, 3 Oct 2012 04:22:59 +0000 (+0000) Subject: bnx2x: fix ring size for 10G functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065f8b9210b46c49b578d188ce8b8ee240a55777;p=pandora-kernel.git bnx2x: fix ring size for 10G functions Commit d760fc37b0f74502b3f748951f22c6683b079a8e caused 1G functions to allocate rx rings which were 1/10 of the size of 10G functions' rx rings. However, it also caused 10G functions on 5771x boards to allocate small rings, which limits their possible (default) rx throughput. This patch causes all 10G functions to use rings of intended length by default. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed