Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "mvebu: remove linux 4.4 support" | Felix Fietkau | 2017-04-17 | 1 | -0/+36 |
| | | | | | | | | This reverts commit 51397d7d95d9f5e210a5557f65de1fa21e6f5921. There are some unresolved random crashes on WRT1900AC v1 that still need to be sorted out Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mvebu: remove linux 4.4 support | Felix Fietkau | 2017-04-12 | 1 | -36/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mvebu: work around an ethernet tx scheduling fairness issue | Felix Fietkau | 2017-01-11 | 1 | -0/+36 |
The hardware queue scheduling is apparently configured with fixed priorities, which creates a nasty fairness issue where traffic from one CPU can starve traffic from all other CPUs. Work around this issue by forcing all tx packets to go through one CPU, until this issue is fixed properly. Signed-off-by: Felix Fietkau <nbd@nbd.name> |