netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes
@ 2020-10-14 13:27 Maxim Kochetkov
  2020-10-14 13:58 ` Vladimir Oltean
  2020-10-15 16:44 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Kochetkov @ 2020-10-14 13:27 UTC (permalink / raw)
  To: netdev
  Cc: Vladimir Oltean, Horatiu Vultur, Florian Fainelli,
	Alexandre Belloni, David S . Miller, Maxim Kochetkov

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: Maxim Kochetkov <fido_max@inbox.ru>
Fixes: a63ed92d217f ("net: dsa: seville: fix buffer size of the queue system")
---
 drivers/net/dsa/ocelot/seville_vsc9953.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/dsa/ocelot/seville_vsc9953.c b/drivers/net/dsa/ocelot/seville_vsc9953.c
index 9e9fd19e1d00..e2cd49eec037 100644
--- a/drivers/net/dsa/ocelot/seville_vsc9953.c
+++ b/drivers/net/dsa/ocelot/seville_vsc9953.c
@@ -1010,7 +1010,7 @@ static const struct felix_info seville_info_vsc9953 = {
	.vcap_is2_keys		= vsc9953_vcap_is2_keys,
	.vcap_is2_actions	= vsc9953_vcap_is2_actions,
	.vcap			= vsc9953_vcap_props,
-	.shared_queue_sz	= 2048 * 1024,
+	.shared_queue_sz	= 256 * 1024,
	.num_mact_rows		= 2048,
	.num_ports		= 10,
	.mdio_bus_alloc		= vsc9953_mdio_bus_alloc,
--
2.27.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes
  2020-10-14 13:27 [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes Maxim Kochetkov
@ 2020-10-14 13:58 ` Vladimir Oltean
  2020-10-15 16:44 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Vladimir Oltean @ 2020-10-14 13:58 UTC (permalink / raw)
  To: Maxim Kochetkov, Jakub Kicinski
  Cc: netdev, Horatiu Vultur, Florian Fainelli, Alexandre Belloni,
	David S . Miller

On Wed, Oct 14, 2020 at 04:27:43PM +0300, Maxim Kochetkov wrote:
> 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: Maxim Kochetkov <fido_max@inbox.ru>
> Fixes: a63ed92d217f ("net: dsa: seville: fix buffer size of the queue system")
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>

This should go to "net".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes
  2020-10-14 13:27 [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes Maxim Kochetkov
  2020-10-14 13:58 ` Vladimir Oltean
@ 2020-10-15 16:44 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2020-10-15 16:44 UTC (permalink / raw)
  To: Maxim Kochetkov
  Cc: netdev, Vladimir Oltean, Horatiu Vultur, Florian Fainelli,
	Alexandre Belloni, David S . Miller

On Wed, 14 Oct 2020 16:27:43 +0300 Maxim Kochetkov wrote:
> 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: Maxim Kochetkov <fido_max@inbox.ru>
> Fixes: a63ed92d217f ("net: dsa: seville: fix buffer size of the queue system")

Maxim, did you hand-edit this patch?  It's mangled.

Please resend.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-15 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 13:27 [PATCH v2 1/1] net: dsa: seville: the packet buffer is 2 megabits, not megabytes Maxim Kochetkov
2020-10-14 13:58 ` Vladimir Oltean
2020-10-15 16:44 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).