From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable Date: Mon, 4 Jun 2018 19:51:45 +0200 Message-ID: <20180604175144.vmbz3h6azueomni3@netronome.com> References: <1528009574-63306-1-git-send-email-paulb@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Pirko , Cong Wang , Jamal Hadi Salim , David Miller , netdev@vger.kernel.org, Yevgeny Kliteynik , Roi Dayan , Shahar Klein , Mark Bloch , Or Gerlitz To: Paul Blakey Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:51535 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbeFDRvs (ORCPT ); Mon, 4 Jun 2018 13:51:48 -0400 Received: by mail-wm0-f66.google.com with SMTP id r15-v6so16173048wmc.1 for ; Mon, 04 Jun 2018 10:51:48 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1528009574-63306-1-git-send-email-paulb@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: 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: Paul Blakey Reviewed-by: Simon Horman