Re: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-28 Thread Leslie Monis
On Thu, Feb 28, 2019 at 10:10:33AM +, David Laight wrote: > From: Leslie Monis > > Sent: 27 February 2019 16:12 > > > > On Wed, Feb 27, 2019 at 10:11:14AM +, David Laight wrote: > > > From: Leslie Monis > > > > Sent: 27 February 2019 01:00 > > > > Use div_u64() to resolve build failures on

RE: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-28 Thread David Laight
From: Leslie Monis > Sent: 27 February 2019 16:12 > > On Wed, Feb 27, 2019 at 10:11:14AM +, David Laight wrote: > > From: Leslie Monis > > > Sent: 27 February 2019 01:00 > > > Use div_u64() to resolve build failures on 32-bit platforms. > > > > > > Fixes: 3f7ae5f3dc52 ("net: sched: pie: add mo

Re: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-27 Thread Leslie Monis
On Wed, Feb 27, 2019 at 10:11:14AM +, David Laight wrote: > From: Leslie Monis > > Sent: 27 February 2019 01:00 > > Use div_u64() to resolve build failures on 32-bit platforms. > > > > Fixes: 3f7ae5f3dc52 ("net: sched: pie: add more cases to auto-tune alpha > > and beta") > > Signed-off-by: L

RE: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-27 Thread David Laight
From: Leslie Monis > Sent: 27 February 2019 01:00 > Use div_u64() to resolve build failures on 32-bit platforms. > > Fixes: 3f7ae5f3dc52 ("net: sched: pie: add more cases to auto-tune alpha and > beta") > Signed-off-by: Leslie Monis > --- > net/sched/sch_pie.c | 2 +- > 1 file changed, 1 insert

Re: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-26 Thread David Miller
From: Leslie Monis Date: Wed, 27 Feb 2019 06:30:06 +0530 > Use div_u64() to resolve build failures on 32-bit platforms. > > Fixes: 3f7ae5f3dc52 ("net: sched: pie: add more cases to auto-tune alpha and > beta") > Signed-off-by: Leslie Monis Applied, thank you.

Re: [PATCH net-next] net: sched: pie: fix 64-bit division

2019-02-26 Thread Randy Dunlap
On 2/26/19 5:00 PM, Leslie Monis wrote: > Use div_u64() to resolve build failures on 32-bit platforms. > > Fixes: 3f7ae5f3dc52 ("net: sched: pie: add more cases to auto-tune alpha and > beta") > Signed-off-by: Leslie Monis Reported-by: Randy Dunlap Tested-by: Randy Dunlap Thanks. [https://l