2011/12/15 <francesco.gringoli@xxxxxxxxxxxx>: > This patch addresses a bug in the dma worker code that keeps draining > packets even when the hardware queues are full. In such cases packets > can not be passed down to the device and are erroneusly dropped by the > code. > > This problem was already discussed here > > http://www.mail-archive.com/b43-dev@xxxxxxxxxxxxxxxxxxx/msg01413.html > > and acknowledged by Michael. > > The patch also introduces separate workers for each hardware queue > and dedicated buffers where storing packets from mac80211 before sending > them down to the hardware. Using different workers let bandwidth be > perfectly shared among the queues according to contention window parameters > defined at the air interface (EDCA settings). > > Number of hardware queues is now defined in b43.h (B43_QOS_QUEUE_NUM). Thanks for your changes Francesco. Funny, checkpatch doesn't detect braces were used for single-line instructions. Generally it looks fine :) I still would like to take a look at this solution in comparison to single worker. So let me repeat me request: do you still have patch implementing 1 worker solution? Could you share it? -- 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