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)
commitb41dc4ae3264960cfd85f7bd2e946bfad79abfe9
tree085430ed48277152b008c90564cfe51dac496a21
parentfb9f2e92864f51d25e790947cca2ac4426a12f9c
parent0fbabf875d184eee21b94d8b8a9c83d5df5cb3d4
Merge branch 'net-dsa-felix-tc-taprio-and-CBS-offload-support'

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>