Re: [Patch net] sch_hhf: fix return value of hhf_drop()

2015-10-11 Thread David Miller
From: Cong Wang Date: Wed, 7 Oct 2015 16:47:32 -0700 > Similar to commit c0afd9ce4d6a ("fq_codel: fix return value of > fq_codel_drop()") > ->drop() is supposed to return the number of bytes it dropped, > but hhf_drop () returns the id of the bucket where it drops > a packet from. > > Cc: Jama

[Patch net] sch_hhf: fix return value of hhf_drop()

2015-10-07 Thread Cong Wang
Similar to commit c0afd9ce4d6a ("fq_codel: fix return value of fq_codel_drop()") ->drop() is supposed to return the number of bytes it dropped, but hhf_drop () returns the id of the bucket where it drops a packet from. Cc: Jamal Hadi Salim Cc: Terry Lam Signed-off-by: Cong Wang Signed-off-by: C