]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-add-support-for-TBF-offload'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 23:24:05 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 23:24:05 +0000 (16:24 -0700)
commit47068d147ad84fc9e7b1606ad0ae532ac62aa857
treec4deaab0f632f5f674aa6d7dd300235fd0549533
parent67515a1313d73827c9a3523186472d3249a4a96b
parent8315cb4e3c56af634d3260525257f4a93e93c9a6
Merge branch 'dpaa2-eth-add-support-for-TBF-offload'

Ioana Ciornei says:

====================
dpaa2-eth: add support for TBF offload

This patch set adds support for TBF offload in dpaa2-eth.
The first patch restructures how the .ndo_setup_tc() callback is
implemented (each Qdisc is treated in a separate function), the second
patch just adds the necessary APIs for configuring the Tx shaper and the
last one is handling TC_SETUP_QDISC_TBF and configures as requested the
shaper.
====================

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>