mvebu: work around an ethernet tx scheduling fairness issue
authorFelix Fietkau <nbd@nbd.name>
Wed, 11 Jan 2017 13:55:45 +0000 (14:55 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 11 Jan 2017 13:56:57 +0000 (14:56 +0100)
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>

No differences found