On 02/19/2013 03:42 AM, David Laight wrote:
Surely the driver should work even if all the RX buffers get filled? Increasing the number of buffers is just hiding the issue. A burst of 300 back to back small packets probably fills the 256 slots. I realise that dropping frames isn't ideal, and that small numbers of buffers can make it impossible to receive long fragmented IP messages. but increasing the number of buffers doesn't seem to be the best fix for a 'silent freeze'. It might be that the driver would be more robust if it only ever put rx buffers into all but one of the ring slots.
The real problem is that some (perhaps all) versions of the firmware, which manages the 'in' pointer of the FIFO ring, appears to fail to detect the ring full condition. That is the real cause of the freeze; however, we do not have access to the firmware source. We don't even have the right to redistribute it, which is why we have the b43-fwcutter work around.
I just reviewed about 8 months of logs on my laptop and discovered that my 2.0 GHz dual CPU system once used 59 of 64 slots. On an netbook with an Atom running at 1.6 GHz, 109 slots were used. Clearly, the much slower CPU in a Linksys WRT54G needs more than 64, but testing to determine how many is in progress.
Current thinking is that we will change the number of slots to 128, and add code to the driver to detect the overflow and reset the device when it occurs. The increased memory usage should be manageable, most systems will never hit the condition, and the packet loss will be minimal for those that do.
Larry -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html