Re: [PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns

2017-11-11 Thread kbuild test robot
Hi Dave, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Dave-Taht/netem-convert-to-qdisc_watchdog_schedule_ns/2017-184934 config: i386-randconfig-i1-201745 (attached as .config) compiler: gcc-6

Re: [PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns

2017-11-11 Thread kbuild test robot
Hi Dave, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Dave-Taht/netem-convert-to-qdisc_watchdog_schedule_ns/2017-184934 config: xtensa-allyesconfig (attached as .config) compiler:

Re: [PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns

2017-11-08 Thread Eric Dumazet
On Wed, 2017-11-08 at 13:09 -0800, Dave Taht wrote: > Upgrade the internal netem scheduler to use nanoseconds rather than > ticks throughout. > ... > -static psched_time_t packet_len_2_sched_time(unsigned int len, struct > netem_sched_data *q) > +static s64 packet_len_2_sched_time(unsigned int

[PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns

2017-11-08 Thread Dave Taht
Upgrade the internal netem scheduler to use nanoseconds rather than ticks throughout. Convert to and from the std "ticks" userspace api automatically, while allowing for finer grained scheduling to take place. Signed-off-by: Dave Taht --- net/sched/sch_netem.c | 56