Re: [RFC net-next v1 1/1] net/sched: Introduce the taprio scheduler

2018-07-16 Thread Jakub Kicinski
On Mon, 16 Jul 2018 10:13:23 -0700, Vinicius Costa Gomes wrote: > Hi Jiri, > > Jiri Pirko writes: > > [...] > > >> > >>gates.sched > > > > Any particular reason this has to be in file and not on the cmdline? > > The idea here was to keep longer schedules more manageable. And during > testi

Re: [RFC net-next v1 1/1] net/sched: Introduce the taprio scheduler

2018-07-16 Thread Vinicius Costa Gomes
Hi Jiri, Jiri Pirko writes: [...] >> >>gates.sched > > Any particular reason this has to be in file and not on the cmdline? The idea here was to keep longer schedules more manageable. And during testing I found it more ergonomic to have a file. It also has the advantage that the file can be r

Re: [RFC net-next v1 1/1] net/sched: Introduce the taprio scheduler

2018-07-13 Thread Jiri Pirko
Sat, Jul 14, 2018 at 02:05:36AM CEST, vinicius.go...@intel.com wrote: >This scheduler allows the network administrator to configure schedules >for classes of traffic, the configuration interface is similar to what >IEEE 802.1Qbv-2015 defines. > >Example configuration: > >$ tc qdisc add dev enp2s0 p

[RFC net-next v1 1/1] net/sched: Introduce the taprio scheduler

2018-07-13 Thread Vinicius Costa Gomes
This scheduler allows the network administrator to configure schedules for classes of traffic, the configuration interface is similar to what IEEE 802.1Qbv-2015 defines. Example configuration: $ tc qdisc add dev enp2s0 parent root handle 100 taprio \ num_tc 3 \ map 2 2 1 0