Re: [PATCH net] net: mvpp2: cls: Fix leaked ethtool_rx_flow_rule

From: David Miller
Date: Thu May 23 2019 - 12:16:42 EST


From: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>
Date: Thu, 23 May 2019 10:47:24 +0200

> The flow_rule is only used when configuring the classification tables,
> and should be free'd once we're done using it. The current code only
> frees it in the error path.
>
> Fixes: 90b509b39ac9 ("net: mvpp2: cls: Add Classification offload support")
> Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>

Applied, thanks Maxime.