Re: [PATCH net-next] cbs: Add support for the graft function

2018-07-26 Thread David Miller
From: Vinicius Costa Gomes Date: Mon, 23 Jul 2018 17:08:00 -0700 > This will allow to install a child qdisc under cbs. The main use case > is to install ETF (Earliest TxTime First) qdisc under cbs, so there's > another level of control for time-sensitive traffic. > > Signed-off-by: Vinicius Cost

[PATCH net-next] cbs: Add support for the graft function

2018-07-23 Thread Vinicius Costa Gomes
This will allow to install a child qdisc under cbs. The main use case is to install ETF (Earliest TxTime First) qdisc under cbs, so there's another level of control for time-sensitive traffic. Signed-off-by: Vinicius Costa Gomes --- net/sched/sch_cbs.c | 134 +