[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200721163825.9462-1-ioana.ciornei@nxp.com>
Date: Tue, 21 Jul 2020 19:38:22 +0300
From: Ioana Ciornei <ioana.ciornei@....com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Ioana Ciornei <ioana.ciornei@....com>
Subject: [PATCH net-next 0/3] 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.
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
Powered by blists - more mailing lists