]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-mvneta-implement-basic-MQPrio-support'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2021 23:03:26 +0000 (15:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2021 23:03:26 +0000 (15:03 -0800)
commit9e5510d9f4282e0fc6c39077413d7dba56d004b3
tree57ba4fe5ed795d41bf81a095a460464928c76e6f
parent161648e9a0fa596e88995276c3d7b54039a907cc
parent51c0c03007e9fc112dfbb1d261e9070f41762425
Merge branch 'net-mvneta-implement-basic-MQPrio-support'

Maxime Chevallier says:

====================
net: mvneta: implement basic MQPrio support

This is V2 for the MQPrio support in mvneta.

This small series adds basic support for mqprio offloading, by having
the rx queueing mirroring the TCs based on VLAN prio fields.

This was tested on Armada 3700, and proves useful to make sure
high-priority traffic has a better chance not getting dropped when
there's lots of packets incoming.

The first patch of the series deals with the per-cpu interrupts on the
armada 3700. Since they don't work, there were already some patches
applied to keep all queue mappings to CPU0, but there still were some
remaining mappings left to be dealt with.

The second patch implements the MQPrio offloading for the receive path.

Changes in V2 :
 - Add a Fixes tag for the first patch
 - Fix some warnings and the xmas tree in the second patch
====================

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