commit | 51dd55b5688e81f9f13fb520a59900d4c3959a9a | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Wed Feb 10 17:33:50 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 16 15:50:02 2016 -0500 |
tree | 058f3a11324c98bf161e173af3e4753f98878ba8 | |
parent | 4419dbe6a0f031ddb2df4cd993805546a566d20e [diff] |
bnxt_en: Reduce default ring sizes. The current default tx ring size of 512 causes an extra page to be allocated for the tx ring with only 1 entry in it. Reduce it to 511. The default rx ring size is also reduced to 511 to use less memory by default. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>