2013/2/19 David Laight <David.Laight@xxxxxxxxxx>: >> > Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G >> > were due to overflow of the RX DMA ring buffer, which was created with 64 >> > slots. That finding reminded me that I was seeing similar crashed on a netbook, >> > which also has a relatively slow processor. After increasing the number of >> > slots to 128, runs on the netbook that previously failed now worked; however, >> > I found that 109 slots had been used in one test. For that reason, the number >> > of slots is being increased to 256. > > 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. That's what I said ;) I have this on my TODO, but I need to resolve my issues with ethernet first. -- Rafał -- 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