Home
last modified time | relevance | path

Searched hist:"72 e27c38abb3dc8da7c05f829d44b3f3c46d06da" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.hdiff 72e27c38abb3dc8da7c05f829d44b3f3c46d06da Fri Sep 25 09:35:30 CDT 2020 Ioana Ciornei <ioana.ciornei@nxp.com> dpaa2-eth: fix command version for Tx shaping

When adding the support for TBF offload, the improper command version
was added even though the command format is for the V2 of
dpni_set_tx_shaping(). This does not affect the functionality of TBF
since the only change between these two versions is the addition of the
exceeded parameters which are not used in TBF. Still, fix the bug so
that we keep things in sync.

Fixes: 39344a89623d ("dpaa2-eth: add API for Tx shaping")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>