Skip to content
Commit a15a6afb authored by Maxim Kochetkov's avatar Maxim Kochetkov Committed by Jakub Kicinski
Browse files

net: dsa: seville: the packet buffer is 2 megabits, not megabytes



The VSC9953 Seville switch has 2 megabits of buffer split into 4360
words of 60 bytes each. 2048 * 1024 is 2 megabytes instead of 2 megabits.
2 megabits is (2048 / 8) * 1024 = 256 * 1024.

Signed-off-by: default avatarMaxim Kochetkov <fido_max@inbox.ru>
Reviewed-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Fixes: a63ed92d

 ("net: dsa: seville: fix buffer size of the queue system")
Link: https://lore.kernel.org/r/20201019050625.21533-1-fido_max@inbox.ru
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 26ebd6fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment