From: Or Gerlitz <hidden> Date: 2017-03-16 11:20:27
Hi Dave,
Just two cleanups -- but for the 2nd one I think we need ack from
Cong Wang to make sure this isn't actually a bug report..
Or.
changes from V1:
- addressed comment from Sergei to use 12 hex digits etc
Or Gerlitz (2):
net/sched: act_ife: Staticfy find_decode_metaid()
net/sched: fq_codel: Avoid set-but-unused variable
net/sched/act_ife.c | 4 ++--
net/sched/sch_fq_codel.c | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
--
2.3.7
From: Or Gerlitz <hidden> Date: 2017-03-16 11:20:38
The code introduced by commit 2ccccf5fb43f ("net_sched: update
hierarchical backlog too") only sets prev_backlog in fq_codel_dequeue()
but not using that anywhere, remove that setting.
Cc: Cong Wang <redacted>
Signed-off-by: Or Gerlitz <redacted>
---
net/sched/sch_fq_codel.c | 2 --
1 file changed, 2 deletions(-)
From: Eric Dumazet <hidden> Date: 2017-03-16 12:28:22
On Thu, 2017-03-16 at 12:53 +0200, Or Gerlitz wrote:
The code introduced by commit 2ccccf5fb43f ("net_sched: update
hierarchical backlog too") only sets prev_backlog in fq_codel_dequeue()
but not using that anywhere, remove that setting.
Cc: Cong Wang <redacted>
Signed-off-by: Or Gerlitz <redacted>
---
net/sched/sch_fq_codel.c | 2 --
1 file changed, 2 deletions(-)
Acked-by: Eric Dumazet <edumazet@google.com>
Thanks !
From: Cong Wang <hidden> Date: 2017-03-16 16:36:33
On Thu, Mar 16, 2017 at 3:53 AM, Or Gerlitz [off-list ref] wrote:
Hi Dave,
Just two cleanups -- but for the 2nd one I think we need ack from
Cong Wang to make sure this isn't actually a bug report..
Or.
changes from V1:
- addressed comment from Sergei to use 12 hex digits etc
Both look good.
Acked-by: Cong Wang <redacted>
Thanks.