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 B1BB0A09EE for ; Tue, 15 Dec 2020 13:05:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85065CA0E; Tue, 15 Dec 2020 13:05:40 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 14C66CA0E; Tue, 15 Dec 2020 13:05:37 +0100 (CET) IronPort-SDR: XSkQ3ocVSAdn+qMNWOosyePQsn+65zgASyghzHf1jfN1Qgnk1mAN+9SKn6tXtGxlMCBL+Owq8x /wCgxnUitQRg== X-IronPort-AV: E=McAfee;i="6000,8403,9835"; a="175010589" X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="175010589" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2020 04:05:35 -0800 IronPort-SDR: EAKmF8uzGWOErAJshsrNLQcU4Ml9OCDz+TFU26c50M7vOQ2YlXN2EayCgPnfhg3YOm3ngLhc73 X4x3CuIkxVZQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="336698517" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga003.jf.intel.com with ESMTP; 15 Dec 2020 04:05:35 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 15 Dec 2020 04:05:34 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 15 Dec 2020 20:05:33 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 15 Dec 2020 20:05:33 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Wu, Jingjing" , "Xing, Beilei" , "Wang, Haiyue" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/iavf: fix not release memory issue in large VF Thread-Index: AQHW0d8MwdRsKSPYm0GJ14GO0ZUW5qn4ESeg Date: Tue, 15 Dec 2020 12:05:33 +0000 Message-ID: <8e1cbd6e86c843febb06f301433b9626@intel.com> References: <20201214060410.21799-1-ting.xu@intel.com> In-Reply-To: <20201214060410.21799-1-ting.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v1] net/iavf: fix not release memory issue in large VF 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" > -----Original Message----- > From: Xu, Ting > Sent: Monday, December 14, 2020 2:04 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei ; > Wang, Haiyue ; Zhang, Qi Z ; > stable@dpdk.org > Subject: [PATCH v1] net/iavf: fix not release memory issue in large VF >=20 > This patch fixed the issue that the memory allocated for structure > virtchnl_del_ena_dis_queues is not released at the end of the functions > iavf_enable_queues_lv, iavf_disable_queues_lv and iavf_switch_queue_lv. >=20 > Fixes: 9cf9c02bf6ee ("net/iavf: add enable/disable queues for large VF") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi