From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 019525F32; Tue, 2 Oct 2018 16:49:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2018 07:49:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,332,1534834800"; d="scan'208";a="267821636" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by fmsmga005.fm.intel.com with ESMTP; 02 Oct 2018 07:49:08 -0700 To: John Daley Cc: dev@dpdk.org, stable@dpdk.org, Hyong Youb Kim References: <20180928015827.25786-1-johndale@cisco.com> <20180928030838.15887-1-johndale@cisco.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <1dbaebda-335f-57de-3089-c47c2470d3c4@intel.com> Date: Tue, 2 Oct 2018 15:49:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180928030838.15887-1-johndale@cisco.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/3] net/enic: fix flow API memory leak X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 14:49:20 -0000 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.)