[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181130.132518.2232022960720128074.davem@davemloft.net>
Date: Fri, 30 Nov 2018 13:25:18 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: jakub.kicinski@...ronome.com
Cc: oss-drivers@...ronome.com, netdev@...r.kernel.org,
john.hurley@...ronome.com
Subject: Re: [PATCH net 1/2] nfp: flower: release metadata on offload
failure
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
Date: Tue, 27 Nov 2018 14:04:11 -0800
> From: John Hurley <john.hurley@...ronome.com>
>
> Calling nfp_compile_flow_metadata both assigns a stats context and
> increments a ref counter on (or allocates) a mask id table entry. These
> are released by the nfp_modify_flow_metadata call on flow deletion,
> however, if a flow add fails after metadata is set then the flow entry
> will be deleted but the metadata assignments leaked.
>
> Add an error path to the flow add offload function to ensure allocated
> metadata is released in the event of an offload fail.
>
> Fixes: 81f3ddf2547d ("nfp: add control message passing capabilities to flower offloads")
> Signed-off-by: John Hurley <john.hurley@...ronome.com>
> Reviewed-by: Pieter Jansen van Vuuren <pieter.jansenvanvuuren@...ronome.com>
> Reviewed-by: Jakub Kicinski <jakub.kicinski@...ronome.com>
Applied.
Powered by blists - more mailing lists