Re: [PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable

2018-06-05 Thread Paul Blakey
On 05/06/2018 00:04, David Miller wrote: From: Paul Blakey Date: Sun, 3 Jun 2018 10:06:13 +0300 When destroying the instance, destroy the head rhashtable. Fixes: 05cd271fd61a ("cls_flower: Support multiple masks per priority") Reported-by: Vlad Buslov Reviewed-by: Roi Dayan

Re: [PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable

2018-06-04 Thread David Miller
From: Paul Blakey Date: Sun, 3 Jun 2018 10:06:13 +0300 > When destroying the instance, destroy the head rhashtable. > > Fixes: 05cd271fd61a ("cls_flower: Support multiple masks per priority") > Reported-by: Vlad Buslov > Reviewed-by: Roi Dayan > Reviewed-by: Jiri Pirko > Signed-off-by: Paul

Re: [PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable

2018-06-04 Thread Simon Horman
On Sun, Jun 03, 2018 at 10:06:13AM +0300, Paul Blakey wrote: > When destroying the instance, destroy the head rhashtable. > > Fixes: 05cd271fd61a ("cls_flower: Support multiple masks per priority") > Reported-by: Vlad Buslov > Reviewed-by: Roi Dayan > Reviewed-by: Jiri Pirko > Signed-off-by:

[PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable

2018-06-03 Thread Paul Blakey
When destroying the instance, destroy the head rhashtable. Fixes: 05cd271fd61a ("cls_flower: Support multiple masks per priority") Reported-by: Vlad Buslov Reviewed-by: Roi Dayan Reviewed-by: Jiri Pirko Signed-off-by: Paul Blakey --- Changelog: v0 -> v2: rebased. net/sched/cls_flower.c | 2