Merge branch 'net-dsa-felix-tc-taprio-and-CBS-offload-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2020 18:54:47 +0000 (11:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2020 18:54:47 +0000 (11:54 -0700)
Xiaoliang Yang says:

====================
net: dsa: felix: tc taprio and CBS offload support

This patch series support tc taprio and CBS hardware offload according
to IEEE 802.1Qbv and IEEE-802.1Qav on VSC9959.

v1->v2 changes:
 - Move port_qos_map_init() function to be common felix codes.
 - Keep const for dsa_switch_ops structs, add felix_port_setup_tc
   function to call port_setup_tc of felix.info.
 - fix code style for cbs_set, rename variables.
====================

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

Trivial merge