[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <512437FA.2030105@lwfinger.net>
Date: Tue, 19 Feb 2013 20:42:02 -0600
From: Larry Finger <Larry.Finger@...inger.net>
To: Julian Calaby <julian.calaby@...il.com>
CC: David Miller <davem@...emloft.net>, David.Laight@...lab.com,
linville@...driver.com, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, bittorf@...ebottle.com,
stable@...r.kernel.org
Subject: Re: [PATCH] b43: Increase number of RX DMA slots
On 02/19/2013 06:47 PM, Julian Calaby wrote:
>
> Is it be possible to increase the number of slots at runtime? Maybe an
> even better solution would be to keep the existing number of slots,
> and if they run out, reset and increase incrementally to some sensible
> maximum value.
The number could be increased a bit, but on systems with 32-bit DMA such as the
BCM4318, the maximum size of the ring buffer is 4KB. Even more importantly, each
slot is allocated an skb of 2390 bytes. Even at 256 slots, the memory allocation
is pretty large.
Larry
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists