aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.4/400-mvneta-tx-queue-workaround.patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "mvebu: remove linux 4.4 support"Felix Fietkau2017-04-171-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 supportFelix Fietkau2017-04-121-36/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mvebu: work around an ethernet tx scheduling fairness issueFelix Fietkau2017-01-111-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>