Closed govindsi closed 1 year ago
High level idea is drafted in below commit for review/inputs. https://github.com/govindsi/mesh_com/commit/f679b298f2a3376e97a865a2d474c013e4d890ca
Seems like a good idea. Would be fun to play around with at the very least. Thoughts @joenpera?
Good idea, but takes time to find all knobs for all listed wifi drivers. Of course work can be started with wifi cards which we have in our hands. Let's keep this open and develope further.
Not needed any more!
Scope: 1) Determine vendors/upstream driver(iwlwifi/ath9k/10k/11k/rtlwifi/mt). 2) Determine available knobs to optimize link delay and segregate common and vendor specific knobs. 3) Apply the configuration dynamically (if up/down cb) Example: Common knobs: 1) Disable power save. 2) Disable/reduce aggregation size(amsdu/ampdu): All vendor does not have this knob. 3) WMM QOS: classify critical latency data to VO ( mostly application layer handling) 4) CPU governor setting (bus bandwidth detection?). 5) TCP delack/window size configuration.
Vendor specific knobs: 1) Any latency mode if available(disable off-channel operation ex:background roam scan) 2) Rx interrupt/bottom half(NAPI) affinity.