From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 727A0A04C0; Wed, 13 Nov 2019 09:57:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A8DE1BF06; Wed, 13 Nov 2019 09:57:43 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id B2ECE1BEDB for ; Wed, 13 Nov 2019 09:57:41 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Nov 2019 00:57:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="235199532" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga002.fm.intel.com with ESMTP; 13 Nov 2019 00:57:39 -0800 Date: Wed, 13 Nov 2019 16:54:23 +0800 From: Ye Xiaolong To: Wang ShougangX Cc: dev@dpdk.org, qiming.yang@intel.com, qi.z.zhang@intel.com Message-ID: <20191113085423.GI4784@intel.com> References: <20191105033806.2878-1-shougangx.wang@intel.com> <20191113013758.39664-1-shougangx.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191113013758.39664-1-shougangx.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v5 0/4] net/ice: fix memory release in FDIR 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/13, Wang ShougangX wrote: >These patches include FDIR memory resource fixes related to ICE driver. >Patch 1: fix memzone reserve and release in FDIR >Patch 2: fix removal of FDIR profile >Patch 3: fix FDIR counter resource release >Patch 4: fix wild pointer > >--- >v5 changes: > Changed loop start index in ice_fdir_prof_alloc(). > Changed loop start index in ice_fdir_prof_free(). >v4 changes: > Removed unnecessary pointer initialization operations. > Changed loop start index in ice_fdir_prof_rm_all(). >v3 changes: > Changed error log. >v2 changes: > Merged patches related to CVL memory resources management into patchset. > >Wang ShougangX (4): > net/ice: fix memzone reserve and release in FDIR > net/ice: fix removal of FDIR profile > net/ice: fix FDIR counter resource release > net/ice: fix wild pointer > > drivers/net/ice/ice_ethdev.h | 1 + > drivers/net/ice/ice_fdir_filter.c | 49 ++++++++++++++++++++++++++----- > 2 files changed, 42 insertions(+), 8 deletions(-) > >-- >2.17.1 > Acked-by: Xiaolong Ye Series applied to dpdk-next-net-intel, Thanks.