commit | 69304cc986bdcd7a09df179aeda3736f7e1544a5 | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajit.khaparde@emulex.com> | Wed Apr 08 16:59:48 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 08 22:44:27 2015 -0400 |
tree | b1e177503812f971c0ea723ac40a3787e5e73199 | |
parent | 5eeb2922152042b78eccfb6cf70458019296654f [diff] |
be2net: Fix a bug in Rx buffer posting The numPosted field in the ERX Doorbell register is 8-bits wide. So the max buffers that we can post at a time is 255 and not 256 which we are doing currently. Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>