commit | 4251ea5b8e54ab05eabeef8ff2ecd030a10120ad | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Mon Sep 24 11:11:06 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 24 10:01:10 2018 -0700 |
tree | 6c6c91d334f0a88ca575cdc79e5ba61fadc6e7f9 | |
parent | 0d283ab5b4fdbcd6bde4505863010b6008b6f048 [diff] |
net: mvpp2: use round-robin scheduling for TX queues on the same CPU This commit allows each TXQ to be picked in a round-robin fashion by the PPv2 transmit scheduling mechanism. This is opposed to the default behaviour that prioritizes the highest numbered queues. Suggested-by: Yan Markman <ymarkman@marvell.com> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>