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.
Ioana Ciornei (3): dpaa2-eth: move the mqprio setup into a separate function dpaa2-eth: add API for Tx shaping dpaa2-eth: add support for TBF offload .../net/ethernet/freescale/dpaa2/dpaa2-eth.c | 65 +++++++++++++++++-- .../net/ethernet/freescale/dpaa2/dpaa2-eth.h | 3 + .../net/ethernet/freescale/dpaa2/dpni-cmd.h | 13 ++++ drivers/net/ethernet/freescale/dpaa2/dpni.c | 36 ++++++++++ drivers/net/ethernet/freescale/dpaa2/dpni.h | 16 +++++ 5 files changed, 126 insertions(+), 7 deletions(-) -- 2.25.1
