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

2020-07-21 Thread David Miller
From: Ioana Ciornei Date: Tue, 21 Jul 2020 19:38:22 +0300 > 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 fo

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

2020-07-21 Thread Jakub Kicinski
On Tue, 21 Jul 2020 19:38:22 +0300 Ioana Ciornei wrote: > 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 co

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

2020-07-21 Thread Ioana Ciornei
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_QD