commit | b9650557f3d58924e3be040df0ff7a3dae19ad83 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Apr 14 12:07:59 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 14 14:57:11 2015 -0400 |
tree | 29ce0cf55e7012913c52a5d55bc79febee94d777 | |
parent | 6a6c708469c9e10fd87adcc3abff164270538d62 [diff] |
bgmac: increase rx ring size from 511 to 512 Limiting it to 511 looks like a failed attempt at leaving one descriptor empty to allow the hardware to stop processing a buffer that has not been prepared yet. However, this doesn't work because this affects the total ring size as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: David S. Miller <davem@davemloft.net>