]> 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)
commit237141cd686986c394791ff7bf6ee413278f0b53
tree6c6c91d334f0a88ca575cdc79e5ba61fadc6e7f9
parent201e460df17e7023b99a60081f9a6840781cbdbe
parent9d9b7276ab9e10aaadbbef0c7485ea1df56da8a9
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>