Re: [PATCH net-next 3/3] dpaa2-eth: add support for TBF offload

2020-07-21 Thread Jakub Kicinski
On Tue, 21 Jul 2020 19:38:25 +0300 Ioana Ciornei wrote: > React to TC_SETUP_QDISC_TBF and configure the egress shaper as > appropriate with the maximum rate and burst size requested by the user. > TBF can only be offloaded on DPAA2 when it's the root qdisc, ie it's a > per port shaper. > > Signed-

[PATCH net-next 3/3] dpaa2-eth: add support for TBF offload

2020-07-21 Thread Ioana Ciornei
React to TC_SETUP_QDISC_TBF and configure the egress shaper as appropriate with the maximum rate and burst size requested by the user. TBF can only be offloaded on DPAA2 when it's the root qdisc, ie it's a per port shaper. Signed-off-by: Ioana Ciornei --- .../net/ethernet/freescale/dpaa2/dpaa2-e