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 D345FA318B for ; Fri, 18 Oct 2019 08:59:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB5F01C0D0; Fri, 18 Oct 2019 08:59:56 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8133E1C0C1; Fri, 18 Oct 2019 08:59:52 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2019 23:59:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,310,1566889200"; d="scan'208";a="221647348" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga004.fm.intel.com with ESMTP; 17 Oct 2019 23:59:50 -0700 Date: Fri, 18 Oct 2019 14:57:00 +0800 From: Ye Xiaolong To: Ying Wang Cc: qi.z.zhang@intel.com, dev@dpdk.org, qiming.yang@intel.com, stable@dpdk.org Message-ID: <20191018065700.GW3725@intel.com> References: <20190927183258.44578-1-ying.a.wang@intel.com> <20191017183159.99374-1-ying.a.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191017183159.99374-1-ying.a.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH v2] net/ice: cleanup RSS/FDIR profile when device init X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 10/18, Ying Wang wrote: >When app restart, RSS/FDIR profile ID will increase which may >run out of all the profile resources. > >The patch cleanup RSS/FDIR profile resources when device init >to fix this issue. > >Fixes: d7d150b93070 ("net/ice: enable RSS when device init") >Cc: stable@dpdk.org > >Signed-off-by: Ying Wang >--- > >--- >v2: Modify patch according to comments. Minor nit, please be more specific about your changes rather than the general words. >--- > drivers/net/ice/ice_ethdev.c | 94 ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 94 insertions(+) > Reviewed-by: Xiaolong Ye Applied to dpdk-next-net-intel. Thanks, Xiaolong