From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/3] net/enic: fix flow API memory leak Date: Tue, 2 Oct 2018 15:49:06 +0100 Message-ID: <1dbaebda-335f-57de-3089-c47c2470d3c4@intel.com> References: <20180928015827.25786-1-johndale@cisco.com> <20180928030838.15887-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org, Hyong Youb Kim To: John Daley Return-path: In-Reply-To: <20180928030838.15887-1-johndale@cisco.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/28/2018 4:08 AM, John Daley wrote: > rte_flow structures were not being freed when destroyed or flushed. > > Fixes: 6ced137607d0 ("net/enic: flow API for NICs with advanced filters enabled") > Cc: stable@dpdk.org > > Signed-off-by: Hyong Youb Kim > Signed-off-by: John Daley Series applied to dpdk-next-net/master, thanks. (Patch 3/3 merged into 2/3 while merging, to keep relevant documentation and implementation is same patch.)