commit | 781eef5b34c57d9d8c772e2402d07086722e89e4 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Fri Jul 24 16:11:52 2020 +0200 |
committer | Felix Fietkau <nbd@nbd.name> | Thu Sep 24 18:10:18 2020 +0200 |
tree | ce5cddeaee0219808558c8f564971994951517fb | |
parent | 30bdd69246ea9726a7688ef02c60b1ec0ae66d38 [diff] |
mt76: convert from tx tasklet to tx worker thread This improves performance by allowing the scheduler to move the tx scheduling work to idle CPUs. Since tx scheduling work is very latency sensitive and kept short via AQL, sched_set_fifo_low is used to keep worker priority above normal tasks Signed-off-by: Felix Fietkau <nbd@nbd.name>