]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit240af5f434e91d16dd00b78f6eec72be44642cf8
tree6c6c91d334f0a88ca575cdc79e5ba61fadc6e7f9
parent64875cb41feb8e8932d204ded50c25ed7230b6b8
parentd0cb9f488fa5c680026330b46fdf8d54abd5e3a3
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>