OSDN Git Service

Merge branch 'dpaa2-switch-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 08:53:34 +0000 (09:53 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Aug 2021 08:53:48 +0000 (09:53 +0100)
commit7e89350c901923c48370ae7b922223c6c5a2b7fd
tree69e64deb6d7ebe357a4b01beafd618f4930c9e92
parentb820c114eba7e105556429031656918ebdd50ab1
parentf0653a892097ca16c90e32b6615cac5eba0df3a8
Merge branch 'dpaa2-switch-next'

Ioana Ciornei says:

====================
dpaa2-switch: integrate the MAC endpoint support

This patch set integrates the already available MAC support into the
dpaa2-switch driver as well.

The first 4 patches are fixing up some minor problems or optimizing the
code, while the remaining ones are actually integrating the dpaa2-mac
support into the switch driver by calling the dpaa2_mac_* provided
functions. While at it, we also export the MAC statistics in ethtool
like we do for dpaa2-eth.
====================

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