Re: [next-queue PATCH v2 3/5] net/sched: Introduce the user API for the CBS shaper

2017-10-03 Thread Vinicius Costa Gomes
Vinicius Costa Gomes writes: > Export the API necessary for configuring the CBS shaper (implemented > in the next patch) via the tc tool. > > Signed-off-by: Vinicius Costa Gomes > --- I forgot to clean old patches from my tree. Does sending a clean v4 help? Sorry about the confusion. Cheers,

[next-queue PATCH v2 3/5] net/sched: Introduce the user API for the CBS shaper

2017-10-03 Thread Vinicius Costa Gomes
Export the API necessary for configuring the CBS shaper (implemented in the next patch) via the tc tool. Signed-off-by: Vinicius Costa Gomes --- include/uapi/linux/pkt_sched.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/lin

Re: [next-queue PATCH v2 3/5] net/sched: Introduce the user API for the CBS shaper

2017-10-02 Thread Vinicius Costa Gomes
Hi, Cong Wang writes: > On Fri, Sep 29, 2017 at 5:26 PM, Vinicius Costa Gomes > wrote: >> Export the API necessary for configuring the CBS shaper (implemented >> in the next patch) via the tc tool. > > This one can be folded into patch 4/5. Will do. Cheers, -- Vinicius

Re: [next-queue PATCH v2 3/5] net/sched: Introduce the user API for the CBS shaper

2017-09-30 Thread Cong Wang
On Fri, Sep 29, 2017 at 5:26 PM, Vinicius Costa Gomes wrote: > Export the API necessary for configuring the CBS shaper (implemented > in the next patch) via the tc tool. This one can be folded into patch 4/5.

[next-queue PATCH v2 3/5] net/sched: Introduce the user API for the CBS shaper

2017-09-29 Thread Vinicius Costa Gomes
Export the API necessary for configuring the CBS shaper (implemented in the next patch) via the tc tool. Signed-off-by: Vinicius Costa Gomes --- include/uapi/linux/pkt_sched.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/lin