Re: [Cake] Cake paper accepted at IEEE LANMAN

2018-05-25 Thread Marcelo Ricardo Leitner
On Fri, May 25, 2018 at 04:02:47PM +0200, Toke Høiland-Jørgensen wrote: > Hey everyone > > Just a note to let you all know that the paper describing Cake has been > accepted and will be presented at the IEEE LANMAN conference next month. Congrats! \o/ > I'm attaching the final version of the

Re: [Cake] [PATCH net-next v14 6/7] sch_cake: Add overhead compensation support to the rate shaper

2018-05-22 Thread Marcelo Ricardo Leitner
On Tue, May 22, 2018 at 10:44:53AM +0200, Toke Høiland-Jørgensen wrote: > > > On 22 May 2018 01:45:13 CEST, Marcelo Ricardo Leitner > <marcelo.leit...@gmail.com> wrote: > >On Mon, May 21, 2018 at 10:35:58PM +0200, Toke Høiland-Jørgensen wrote: > >>

Re: [Cake] [PATCH net-next v14 6/7] sch_cake: Add overhead compensation support to the rate shaper

2018-05-21 Thread Marcelo Ricardo Leitner
On Mon, May 21, 2018 at 10:35:58PM +0200, Toke Høiland-Jørgensen wrote: > +static u32 cake_overhead(struct cake_sched_data *q, const struct sk_buff > *skb) > +{ > + const struct skb_shared_info *shinfo = skb_shinfo(skb); > + unsigned int hdr_len, last_len = 0; > + u32 off =

Re: [Cake] [PATCH net-next v14 4/7] sch_cake: Add NAT awareness to packet classifier

2018-05-21 Thread Marcelo Ricardo Leitner
[Cc'ing netfilter-devel@ for awareness] On Mon, May 21, 2018 at 10:35:58PM +0200, Toke Høiland-Jørgensen wrote: > When CAKE is deployed on a gateway that also performs NAT (which is a > common deployment mode), the host fairness mechanism cannot distinguish > internal hosts from each other, and

Re: [Cake] Testing wanted: Statistics API rework

2018-04-24 Thread Marcelo Ricardo Leitner
On Tue, Apr 24, 2018 at 11:30:35PM +0200, Toke Høiland-Jørgensen wrote: > Hey everyone > > As you have probably seen, the posting of CAKE to netdev resulted in > feedback saying that versioned structs are a no-go. Well, I've just > pushed a change to both the cake and tc repos that changes the >

Re: [Cake] [PATCH 1/3] pkt_sched.h: add support for sch_cake API

2017-11-24 Thread Marcelo Ricardo Leitner
On Tue, Nov 21, 2017 at 04:58:54PM -0800, Dave Taht wrote: > Stephen Hemminger writes: ... > > Also, when I see multiple arrays of same size. It seems the API should > > be: > > struct tc_cake_tin_stats { > > __u32 threshold_rate; > > __u32

Re: [Cake] lan keyword affects host fairness

2017-11-24 Thread Marcelo Ricardo Leitner
On Fri, Nov 24, 2017 at 01:06:12PM +0100, Sebastian Moeller wrote: > > > On Nov 24, 2017, at 12:21, Toke Høiland-Jørgensen wrote: > > > > Dave Taht writes: > > > >> Pete Heist writes: > >> > >>>On Nov 23, 2017, at 10:44 AM, Jonathan