Re: codel: split into multiple files

2016-04-26 Thread Jens Axboe
[1] aka "codel: split into multiple files" removed codel.h but [2] and [3] have relicts to it. Forgot to remove? codel.h was not removed. diffstat for codel.h is all red which I presume is why you thought of it as removed, see: http://git.kernel.org/cgit/linux/kernel/git/davem/net-nex

Re: codel: split into multiple files

2016-04-26 Thread Michal Kazior
9f6). >>> >>> Commit in [1] aka "codel: split into multiple files" removed codel.h >>> but [2] and [3] have relicts to it. >>> Forgot to remove? >> >> codel.h was not removed. diffstat for codel.h is all red which I >> presume is why

Re: codel: split into multiple files

2016-04-25 Thread Sedat Dilek
On 4/26/16, Michal Kazior wrote: > On 26 April 2016 at 08:09, Sedat Dilek wrote: >> Hi, >> >> I had a very quick view on net-next.git#master (up to commit >> fab7b629a82da1b59620470d13152aff975239f6). >> >> Commit in [1] aka "codel: split into multi

Re: codel: split into multiple files

2016-04-25 Thread Michal Kazior
On 26 April 2016 at 08:09, Sedat Dilek wrote: > Hi, > > I had a very quick view on net-next.git#master (up to commit > fab7b629a82da1b59620470d13152aff975239f6). > > Commit in [1] aka "codel: split into multiple files" removed codel.h > but [2] and [3] have re

Re: codel: split into multiple files

2016-04-25 Thread Sedat Dilek
Hi, I had a very quick view on net-next.git#master (up to commit fab7b629a82da1b59620470d13152aff975239f6). Commit in [1] aka "codel: split into multiple files" removed codel.h but [2] and [3] have relicts to it. Forgot to remove? (Not sure if there exist more relicts.) Regards, - Se

[PATCH 2/2] codel: split into multiple files

2016-04-22 Thread Michal Kazior
It was impossible to include codel.h for the purpose of having access to codel_params or codel_vars structure definitions and using them for embedding in other more complex structures. This splits allows codel.h itself to be treated like any other header file while codel_qdisc.h and codel_impl.h c