On 2013-03-01 4:53 AM, Adrian Chadd wrote: > On 28 February 2013 11:07, Felix Fietkau <nbd@xxxxxxxxxxx> wrote: > >>> Personally, I'd like to see more examples of rate control modules in >>> LInux/FreeBSD, especially ones that start demanding more 802.11 state >>> (ie, air-time QoS.) > >> Do you have any good ideas on what state information would be useful for >> a rate control to demand? > > Well, there are already hooks to fake the TX time spent, right? Having > both TX and RX busy times available to rate control so it can better > schedule TX loads based on current RX workloads would be nice. > > Having access to schedule which peer and how much to send to each peer > would be nice. Stuff like "peer X only can have up to x ms in this WME > class this round", so you don't have a busy, close peer monopolising > the air. It also means you can start doing smart things with far away > peers who retransmit a lot - they're likely tying up a lot of airtime. > > None of this is new. It's just, you know, new to open source. :-) In my opinion this doesn't really belong into a rate control module. There should be a tx scheduling API to take care of this. Before I implement something like this, I plan on exposing all per-station driver queues to mac80211. This is necessary for a few other things anyway, e.g. unifying software aggregation logic and fixing its buffer management. - Felix -- 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