Merge branch 'mvpp2-Add-txq-to-CPU-mapping'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Sep 2018 17:01:10 +0000 (10:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Sep 2018 17:01:10 +0000 (10:01 -0700)
commit7ff2ea0bbfb17c54617608b5ff59460afa23f641
tree6c6c91d334f0a88ca575cdc79e5ba61fadc6e7f9
parent12ba7e1045521ec9f251c93ae0a6735cc3f42337
parent4251ea5b8e54ab05eabeef8ff2ecd030a10120ad
Merge branch 'mvpp2-Add-txq-to-CPU-mapping'

Maxime Chevallier says:

====================
net: mvpp2: Add txq to CPU mapping

This short series adds XPS support to the mvpp2 driver, by mapping
txqs and CPUs. This comes with a patch using round-robin scheduling
for the HW to pick the next txq to transmit from, instead of the default
fixed-priority scheduling.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>